DatabaseConnectionMode¶
Namespace: ThinkGeo.Core
Specifies how a FeatureSource manages its database connections.
public enum DatabaseConnectionMode
Inheritance object → ValueType → Enum → DatabaseConnectionMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Default | 0 | Use the provider's default behavior. |
| AutoClose | 1 | Automatically close the connection after each operation. |
| KeepOpen | 2 | Keep the connection open while the feature source is open. |