共用方式為


DbInterceptionContext 建構函式

定義

多載

DbInterceptionContext()

建構沒有狀態的新 DbInterceptionContext

DbInterceptionContext(DbInterceptionContext)

從指定的攔截內容複寫狀態,以建立新的 DbInterceptionContext 。 請參閱Clone()

DbInterceptionContext()

建構沒有狀態的新 DbInterceptionContext

public DbInterceptionContext();
Public Sub New ()

適用於

DbInterceptionContext(DbInterceptionContext)

從指定的攔截內容複寫狀態,以建立新的 DbInterceptionContext 。 請參閱Clone()

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

參數

copyFrom
DbInterceptionContext

要從中複製狀態的內容。

適用於