Gets the IsolationLevel an IDbTransaction should be set to.
Namespace:
NHibernate.EngineAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property Isolation As IsolationLevel |
C# |
---|
IsolationLevel Isolation { get; } |
Visual C++ |
---|
property IsolationLevel Isolation { IsolationLevel get (); } |
JavaScript |
---|
function get_isolation(); |
Remarks
This is only applicable to manually controlled NHibernate Transactions.