共用方式為


DbConnectionPropertyInterceptionContext<TValue> 建構函式

定義

多載

DbConnectionPropertyInterceptionContext<TValue>()

建構沒有狀態的新 DbConnectionPropertyInterceptionContext<TValue>

DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)

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

DbConnectionPropertyInterceptionContext<TValue>()

public DbConnectionPropertyInterceptionContext ();
Public Sub New ()

適用於

DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)

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

public DbConnectionPropertyInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<'Value> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<'Value>
Public Sub New (copyFrom As DbInterceptionContext)

參數

copyFrom
DbInterceptionContext

要從中複製狀態的內容。

適用於