Begin the transaction with the specified isolation level.

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

Syntax

C#
void Begin(
	IsolationLevel isolationLevel
)
Visual Basic
Sub Begin ( _
	isolationLevel As IsolationLevel _
)
Visual C++
void Begin(
	IsolationLevel isolationLevel
)

Parameters

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

See Also