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