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 列舉值,代表底層交易的隔離層級。

適用於