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