EntityTransaction.IsolationLevel Property

 

Gets the isolation level of this EntityTransaction.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

public override IsolationLevel IsolationLevel { get; }

Property Value

Type: System.Data.IsolationLevel

An IsolationLevel enumeration value that represents the isolation level of the underlying transaction.