SqliteTransaction.IsolationLevel Property

Definition

Gets the isolation level for the transaction.

public override System.Data.IsolationLevel IsolationLevel { get; }
member this.IsolationLevel : System.Data.IsolationLevel
Public Overrides ReadOnly Property IsolationLevel As IsolationLevel

Property Value

The isolation level for the transaction.

Applies to