Search Results for

    Show / Hide Table of Contents

    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 Source

    SupportedSpatialContextExtentTypes

    The array of supported spatial context extent types

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

    SupportsConfiguration

    Indicates if XML configuration documents are supported

    Declaration
    bool SupportsConfiguration { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SupportsLocking

    Indicates if locking is supported

    Declaration
    bool SupportsLocking { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SupportsLongTransactions

    Indicates if long transactions are supported

    Declaration
    bool SupportsLongTransactions { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SupportsSQL

    Indicates if SQL commands are supported

    Declaration
    bool SupportsSQL { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SupportsTimeout

    Indicates if timeout is supported

    Declaration
    bool SupportsTimeout { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SupportsTransactions

    Indicates if transactions are supported

    Declaration
    bool SupportsTransactions { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ThreadCapability

    Gets the thread capability of this connection

    Declaration
    string ThreadCapability { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2009 - 2022 Jackie Ng