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 SourceConnectionState
Gets the state of this connection
Declaration
public string ConnectionState { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InUse
Gets whether this connection is currently in use
Declaration
public string InUse { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LastUsed
Gets the date this connection was last used
Declaration
public DateTime LastUsed { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
LongTransaction
Gets the long transaction
Declaration
public string LongTransaction { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets the feature source
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseCount
Gets the number of objects currently using this connection
Declaration
public int UseCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Valid
Gets whether this connection is valid
Declaration
public string Valid { get; set; }
Property Value
Type | Description |
---|---|
System.String |