Share via


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 枚举值,表示基础事务的隔离级别。

适用于