Share via


DbConfigurationInterceptionContext Constructors

Definition

Overloads

DbConfigurationInterceptionContext()

Constructs a new DbConfigurationInterceptionContext with no state.

DbConfigurationInterceptionContext(DbInterceptionContext)

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

DbConfigurationInterceptionContext()

Constructs a new DbConfigurationInterceptionContext with no state.

public DbConfigurationInterceptionContext ();
Public Sub New ()

Applies to

DbConfigurationInterceptionContext(DbInterceptionContext)

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

public DbConfigurationInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbConfigurationInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbConfigurationInterceptionContext
Public Sub New (copyFrom As DbInterceptionContext)

Parameters

copyFrom
DbInterceptionContext

The context from which to copy state.

Applies to