Search Results for

    Show / Hide Table of Contents

    Class CachedFdoConnection

    Represents information about a cached FDO connection

    Inheritance
    System.Object
    CachedFdoConnection
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: OSGeo.MapGuide.MaestroAPI.Commands
    Assembly: OSGeo.MapGuide.MaestroAPI.dll
    Syntax
    [Serializable]
    public class CachedFdoConnection

    Properties

    | Improve this Doc View Source

    ConnectionState

    Gets the state of this connection

    Declaration
    public string ConnectionState { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    InUse

    Gets whether this connection is currently in use

    Declaration
    public string InUse { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    LastUsed

    Gets the date this connection was last used

    Declaration
    public DateTime LastUsed { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    LongTransaction

    Gets the long transaction

    Declaration
    public string LongTransaction { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Gets the feature source

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UseCount

    Gets the number of objects currently using this connection

    Declaration
    public int UseCount { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Valid

    Gets whether this connection is valid

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