CMSConnectionScope Constructor (IDataConnection) |
Constructor. Ensures that all database connections during the live of this object will use the given connection.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax public CMSConnectionScope(
IDataConnection conn
)
Parameters
- conn
- Type: CMS.DataEngineIDataConnection
Connection to use within all database operations. If null new connection is created
See Also