IsolationLevel Property

Syntax:

public IsolationLevel IsolationLevel{ get; }

Description:

Type: System.Data.IsolationLevel

Gets the isolation level that this transaction is using. The RDM Data Adapter directly supports the IsolationLevel.Serializable and Isolation.Snapshot isolation levels. All other isolation levels will be silently mapped to IsolationLevel.Serializable.

Exceptions:

None

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbTransaction.IsolationLevel