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(String, Boolean) |
Constructor. Ensures that all database connections during the live of this object will use the given connection.
|