Share via


MutableInterceptionContext Constructors

Definition

Overloads

MutableInterceptionContext()

Constructs a new MutableInterceptionContext with no state.

MutableInterceptionContext(DbInterceptionContext)

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

MutableInterceptionContext()

Constructs a new MutableInterceptionContext with no state.

protected MutableInterceptionContext ();
Protected Sub New ()

Applies to

MutableInterceptionContext(DbInterceptionContext)

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

protected MutableInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext
Protected Sub New (copyFrom As DbInterceptionContext)

Parameters

copyFrom
DbInterceptionContext

The context from which to copy state.

Applies to