Condividi tramite


DbConnectionPropertyInterceptionContext<TValue> Costruttori

Definizione

Overload

DbConnectionPropertyInterceptionContext<TValue>()

Costruisce un nuovo DbConnectionPropertyInterceptionContext<TValue> oggetto senza stato.

DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)

Crea un nuovo DbConnectionPropertyInterceptionContext<TValue> copiando lo stato non modificabile dal contesto di intercettazione specificato. Vedere anche Clone()

DbConnectionPropertyInterceptionContext<TValue>()

Costruisce un nuovo DbConnectionPropertyInterceptionContext<TValue> oggetto senza stato.

public DbConnectionPropertyInterceptionContext ();
Public Sub New ()

Si applica a

DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)

Crea un nuovo DbConnectionPropertyInterceptionContext<TValue> copiando lo stato non modificabile dal contesto di intercettazione specificato. Vedere anche 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)

Parametri

copyFrom
DbInterceptionContext

Contesto da cui copiare lo stato.

Si applica a