DbCommandTreeInterceptionContext 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
DbCommandTreeInterceptionContext() |
Costruisce un nuovo DbCommandTreeInterceptionContext oggetto senza stato. |
DbCommandTreeInterceptionContext(DbInterceptionContext) |
Crea un nuovo DbCommandTreeInterceptionContext oggetto copiando lo stato dal contesto di intercettazione specificato. Vedere anche Clone() |
DbCommandTreeInterceptionContext()
Costruisce un nuovo DbCommandTreeInterceptionContext oggetto senza stato.
public DbCommandTreeInterceptionContext ();
Public Sub New ()
Si applica a
DbCommandTreeInterceptionContext(DbInterceptionContext)
Crea un nuovo DbCommandTreeInterceptionContext oggetto copiando lo stato dal contesto di intercettazione specificato. Vedere anche Clone()
public DbCommandTreeInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbCommandTreeInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbCommandTreeInterceptionContext
Public Sub New (copyFrom As DbInterceptionContext)
Parametri
- copyFrom
- DbInterceptionContext
Contesto da cui copiare lo stato.