| CMSConnectionScope Constructor |
| Name | Description | |
|---|---|---|
| CMSConnectionScope(Boolean) |
Empty constructor. Creates a new connection and ensures that all database connections during the live of this object will use that connection.
| |
| CMSConnectionScope(IDataConnection) |
Constructor. Ensures that all database connections during the live of this object will use the given connection.
| |
| CMSConnectionScope(Boolean, Boolean) | Obsolete.
Empty constructor. Creates a new connection and ensures that all database connections during the live of this object will use that connection.
| |
| CMSConnectionScope(String, Boolean) |
Constructor. Ensures that all database connections during the live of this object will use the given connection.
| |
| CMSConnectionScope(IDataConnection, Boolean) | Obsolete.
Constructor. Ensures that all database connections during the live of this object will use the given connection.
| |
| CMSConnectionScope(String, Boolean, Boolean) | Obsolete.
Constructor. Ensures that all database connections during the live of this object will use the given connection.
|