次の方法で共有


DbConnectionInterceptionContext コンストラクター

定義

オーバーロード

DbConnectionInterceptionContext()

状態のない新しい DbConnectionInterceptionContext を構築します。

DbConnectionInterceptionContext(DbInterceptionContext)

指定されたインターセプト コンテキストから変更できない状態をコピーして、新しい DbConnectionInterceptionContext を作成します。 また、次を参照してください。 Clone()

DbConnectionInterceptionContext()

状態のない新しい DbConnectionInterceptionContext を構築します。

public DbConnectionInterceptionContext ();
Public Sub New ()

適用対象

DbConnectionInterceptionContext(DbInterceptionContext)

指定されたインターセプト コンテキストから変更できない状態をコピーして、新しい DbConnectionInterceptionContext を作成します。 また、次を参照してください。 Clone()

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

パラメーター

copyFrom
DbInterceptionContext

状態のコピー元のコンテキスト。

適用対象