Returns the isolation level for the transaction.
Visual Basic
Public Overrides Readonly Property IsolationLevel As IsolationLevel
C#
public override IsolationLevel IsolationLevel { get;}
One of the System.Data.IsolationLevel values. UltraLite.NET only supports System.Data.IsolationLevel.ReadUncommitted.