Sets the command object to begin a transaction with the specified isolation level.

Namespace:  Bespoke.Common.Data
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public void BeginTransaction(
	IsolationLevel isolationLevel
)
Visual Basic (Declaration)
Public Sub BeginTransaction ( _
	isolationLevel As IsolationLevel _
)
Visual C++
public:
void BeginTransaction(
	IsolationLevel isolationLevel
)

Parameters

isolationLevel
Type: System.Data..::.IsolationLevel
The isolation level.

See Also