Compartir a través de


DbConnectionPropertyInterceptionContext<TValue> Constructores

Definición

Sobrecargas

DbConnectionPropertyInterceptionContext<TValue>()

Construye un nuevo DbConnectionPropertyInterceptionContext<TValue> sin estado.

DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)

Crea un nuevo DbConnectionPropertyInterceptionContext<TValue> mediante la copia de un estado inmutable desde el contexto de interceptación especificado. Consulte también Clone()

DbConnectionPropertyInterceptionContext<TValue>()

Construye un nuevo DbConnectionPropertyInterceptionContext<TValue> sin estado.

public DbConnectionPropertyInterceptionContext ();
Public Sub New ()

Se aplica a

DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)

Crea un nuevo DbConnectionPropertyInterceptionContext<TValue> mediante la copia de un estado inmutable desde el contexto de interceptación especificado. Consulte también 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)

Parámetros

copyFrom
DbInterceptionContext

Contexto desde el que se va a copiar el estado.

Se aplica a