[Missing <summary> documentation for "P:NHibernate.Transaction.AdoTransaction.IsolationLevel"]

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

Syntax

C#
public IsolationLevel IsolationLevel { get; }
Visual Basic
Public ReadOnly Property IsolationLevel As IsolationLevel
	Get
Visual C++
public:
property IsolationLevel IsolationLevel {
	IsolationLevel get ();
}

See Also