Interface IFdoExpressionCapabilities
Describes the FDO expression capabilities of the FDO provider
Namespace: OSGeo.MapGuide.ObjectModels.Capabilities
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFdoExpressionCapabilities
Properties
| Improve this Doc View SourceExpressionTypes
Gets an array of supported FDO expression types
Declaration
string[] ExpressionTypes { get; }
Property Value
Type | Description |
---|---|
System.String[] |
SupportedFunctions
Gets an array of supported FDO functions
Declaration
IFdoFunctionDefintion[] SupportedFunctions { get; }
Property Value
Type | Description |
---|---|
IFdoFunctionDefintion[] |