DbCommandInterceptionContext<TResult> Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
DbCommandInterceptionContext<TResult>() |
Costruisce un nuovo DbCommandInterceptionContext<TResult> oggetto senza stato. |
DbCommandInterceptionContext<TResult>(DbInterceptionContext) |
Crea un nuovo DbCommandInterceptionContext<TResult> oggetto copiando uno stato non modificabile dal contesto di intercettazione specificato. Vedere anche Clone() |
DbCommandInterceptionContext<TResult>()
Costruisce un nuovo DbCommandInterceptionContext<TResult> oggetto senza stato.
public DbCommandInterceptionContext ();
Public Sub New ()
Si applica a
DbCommandInterceptionContext<TResult>(DbInterceptionContext)
Crea un nuovo DbCommandInterceptionContext<TResult> oggetto copiando uno stato non modificabile dal contesto di intercettazione specificato. Vedere anche Clone()
public DbCommandInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<'Result> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<'Result>
Public Sub New (copyFrom As DbInterceptionContext)
Parametri
- copyFrom
- DbInterceptionContext
Contesto da cui copiare lo stato.