Interface IFdoCommandCapabilities
Describes command capabilities for an FDO provider
Namespace: OSGeo.MapGuide.ObjectModels.Capabilities
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFdoCommandCapabilities
Properties
| Improve this Doc View SourceSupportedCommands
The array of supported commands
Declaration
string[] SupportedCommands { get; }
Property Value
Type | Description |
---|---|
System.String[] |
SupportsParameters
Indicates if parameters are supported
Declaration
bool SupportsParameters { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsTimeout
Indicates if timeout is supported
Declaration
bool SupportsTimeout { get; }
Property Value
Type | Description |
---|---|
System.Boolean |