DbCommandTreeInterceptionContext Constructors

Definition

Overloads

DbCommandTreeInterceptionContext()

Constructs a new DbCommandTreeInterceptionContext with no state.

DbCommandTreeInterceptionContext(DbInterceptionContext)

Creates a new DbCommandTreeInterceptionContext by copying state from the given interception context. Also see Clone()

DbCommandTreeInterceptionContext()

Constructs a new DbCommandTreeInterceptionContext with no state.

public DbCommandTreeInterceptionContext ();
Public Sub New ()

Applies to

DbCommandTreeInterceptionContext(DbInterceptionContext)

Creates a new DbCommandTreeInterceptionContext by copying state from the given interception context. Also see 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)

Parameters

copyFrom
DbInterceptionContext

The context from which to copy state.

Applies to