EntityTransaction.IsolationLevel 属性

定义

获取此 EntityTransaction类型的隔离级别。

public:
 virtual property System::Data::IsolationLevel IsolationLevel { System::Data::IsolationLevel get(); };
public override System.Data.IsolationLevel IsolationLevel { get; }
member this.IsolationLevel : System.Data.IsolationLevel
Public Overrides ReadOnly Property IsolationLevel As IsolationLevel

属性值

表示 IsolationLevel 基础事务的隔离级别的枚举值。

适用于