Interface IFdoConnectionCapabilities
Describes connection capabilities for an FDO provider
Namespace: OSGeo.MapGuide.ObjectModels.Capabilities
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFdoConnectionCapabilities
Properties
| Improve this Doc View SourceSupportedSpatialContextExtentTypes
The array of supported spatial context extent types
Declaration
string[] SupportedSpatialContextExtentTypes { get; }
Property Value
Type | Description |
---|---|
System.String[] |
SupportsConfiguration
Indicates if XML configuration documents are supported
Declaration
bool SupportsConfiguration { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsLocking
Indicates if locking is supported
Declaration
bool SupportsLocking { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsLongTransactions
Indicates if long transactions are supported
Declaration
bool SupportsLongTransactions { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsSQL
Indicates if SQL commands are supported
Declaration
bool SupportsSQL { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsTimeout
Indicates if timeout is supported
Declaration
bool SupportsTimeout { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsTransactions
Indicates if transactions are supported
Declaration
bool SupportsTransactions { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ThreadCapability
Gets the thread capability of this connection
Declaration
string ThreadCapability { get; }
Property Value
Type | Description |
---|---|
System.String |