Enum DatabaseConnectionMode
Defines how the data access library handles database connections
Namespace: TimeCockpit.Data.Database
Assembly: TimeCockpit.Data.dll
Syntax
public enum DatabaseConnectionMode
Fields
| Name | Description |
|---|---|
| CloseAndReopen | The data access library closes and reopens the underlying database connection whenever it needs a connection to the db. |
| KeepOpen | The data access library opens one database connection and tries to keep it open as long as the DataContext is alive. |