Freigeben über


DbConnectionPropertyInterceptionContext<TValue> Konstruktoren

Definition

Überlädt

DbConnectionPropertyInterceptionContext<TValue>()

Erstellt einen neuen DbConnectionPropertyInterceptionContext<TValue> ohne Zustand.

DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)

Erstellt einen neuen DbConnectionPropertyInterceptionContext<TValue> durch Kopieren des unveränderlichen Zustands aus dem angegebenen Abfangkontext. Siehe auch Clone()

DbConnectionPropertyInterceptionContext<TValue>()

Erstellt einen neuen DbConnectionPropertyInterceptionContext<TValue> ohne Zustand.

public DbConnectionPropertyInterceptionContext ();
Public Sub New ()

Gilt für:

DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)

Erstellt einen neuen DbConnectionPropertyInterceptionContext<TValue> durch Kopieren des unveränderlichen Zustands aus dem angegebenen Abfangkontext. Siehe auch 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)

Parameter

copyFrom
DbInterceptionContext

Der Kontext, aus dem der Zustand kopiert werden soll.

Gilt für: