IsolationLevel property

Specifies the isolation level for this transaction.

Visual Basic syntax

Public ReadOnly Overrides Property IsolationLevel As System.Data.IsolationLevel

C# syntax

public override System.Data.IsolationLevel IsolationLevel {get;}

Remarks

The IsolationLevel for this transaction. This can be one of:

  • Unspecified
  • Chaos
  • ReadUncommitted
  • ReadCommitted
  • RepeatableRead
  • Serializable
  • Snapshot

The default is ReadCommitted.