共用方式為


MutableInterceptionContext<TResult> 建構函式

定義

多載

MutableInterceptionContext<TResult>()

建構沒有狀態的新 MutableInterceptionContext<TResult>

MutableInterceptionContext<TResult>(DbInterceptionContext)

從指定的攔截內容複寫不可變狀態,以建立新的 MutableInterceptionContext<TResult> 。 另請參閱 Clone()

MutableInterceptionContext<TResult>()

建構沒有狀態的新 MutableInterceptionContext<TResult>

protected MutableInterceptionContext();
Protected Sub New ()

適用於

MutableInterceptionContext<TResult>(DbInterceptionContext)

從指定的攔截內容複寫不可變狀態,以建立新的 MutableInterceptionContext<TResult> 。 另請參閱 Clone()

protected MutableInterceptionContext(System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext<'Result> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext<'Result>
Protected Sub New (copyFrom As DbInterceptionContext)

參數

copyFrom
DbInterceptionContext

要從中複製狀態的內容。

適用於