Click or drag to resize
IDataConnectionBeginTransaction Method (IsolationLevel)
Begins a new transaction with specified isolation level.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
void BeginTransaction(
	IsolationLevel isolationLevel
)

Parameters

isolationLevel
Type: System.DataIsolationLevel
Isolation level to use
See Also