Advanced.Data.Provider Documentation

AdpTransaction.IsolationLevel Property

[This is preliminary documentation and subject to change.]

Specifies the IsolationLevel for this transaction.

[Visual Basic]
NotOverridable Public ReadOnly Property IsolationLevel As IsolationLevel Implements _
   IDbTransaction.IsolationLevel
[C#]
public System.Data.IsolationLevel IsolationLevel {get;}

Implements

IDbTransaction.IsolationLevel

See Also

AdpTransaction Class | Advanced.Data.Provider Namespace