共用方式為


TransactionHandler.IsolationLevelGetting 方法

定義

可以在衍生類別中實作。

public virtual void IsolationLevelGetting(System.Data.Common.DbTransaction transaction, System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<System.Data.IsolationLevel> interceptionContext);
abstract member IsolationLevelGetting : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<System.Data.IsolationLevel> -> unit
override this.IsolationLevelGetting : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<System.Data.IsolationLevel> -> unit
Public Overridable Sub IsolationLevelGetting (transaction As DbTransaction, interceptionContext As DbTransactionInterceptionContext(Of IsolationLevel))

參數

transaction
DbTransaction

異動。

interceptionContext
DbTransactionInterceptionContext<IsolationLevel>

與呼叫相關聯的內容資訊。

實作

適用於

另請參閱