Begin the transaction with the specified isolation level.

Namespace:  NHibernate
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Sub Begin ( _
	isolationLevel As IsolationLevel _
)
C#
void Begin(
	IsolationLevel isolationLevel
)
Visual C++
void Begin(
	IsolationLevel isolationLevel
)
JavaScript
function begin(isolationLevel);

Parameters

isolationLevel
Type: System.Data..::.IsolationLevel
Isolation level of the transaction

See Also