IDataConnectionBeginTransaction Method (IsolationLevel) |
Begins a new transaction with specified isolation level.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax void BeginTransaction(
IsolationLevel isolationLevel
)
Parameters
- isolationLevel
- Type: System.DataIsolationLevel
Isolation level to use
See Also