IsolationLevel property

Description

Specifies the isolation level for this transaction.

Syntax

IsolationLevel IsolationLevel

Access

Read-only

Property Value

The IsolationLevel for this transaction. This can be ReadCommitted (the default), ReadUncommitted, RepeatableRead, or Serializable.

Implements

IDbTransaction.IsolationLevel