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 列挙値。

適用対象