Search Results for

    Show / Hide Table of Contents

    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 Source

    ExpressionTypes

    Gets an array of supported FDO expression types

    Declaration
    string[] ExpressionTypes { get; }
    Property Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    SupportedFunctions

    Gets an array of supported FDO functions

    Declaration
    IFdoFunctionDefintion[] SupportedFunctions { get; }
    Property Value
    Type Description
    IFdoFunctionDefintion[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng