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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsolationLevel As IsolationLevel
C#
public IsolationLevel IsolationLevel { get; }
Visual C++
public:
property IsolationLevel IsolationLevel {
	IsolationLevel get ();
}
JavaScript
function get_isolationLevel();

See Also