PropertyInterceptionContext<TValue> Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
PropertyInterceptionContext<TValue>() |
Constrói um novo PropertyInterceptionContext<TValue> sem estado. |
PropertyInterceptionContext<TValue>(DbInterceptionContext) |
Cria um novo PropertyInterceptionContext<TValue> copiando o estado imutável do contexto de interceptação fornecido. Confira também Clone() |
PropertyInterceptionContext<TValue>()
Constrói um novo PropertyInterceptionContext<TValue> sem estado.
public PropertyInterceptionContext ();
Public Sub New ()
Aplica-se a
PropertyInterceptionContext<TValue>(DbInterceptionContext)
Cria um novo PropertyInterceptionContext<TValue> copiando o estado imutável do contexto de interceptação fornecido. Confira também Clone()
public PropertyInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.PropertyInterceptionContext<'Value> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.PropertyInterceptionContext<'Value>
Public Sub New (copyFrom As DbInterceptionContext)
Parâmetros
- copyFrom
- DbInterceptionContext
O contexto do qual copiar o estado.
Aplica-se a
Entity Framework