Share via


DbInterceptionContext Constructors

Definition

Overloads

DbInterceptionContext()

Constructs a new DbInterceptionContext with no state.

DbInterceptionContext(DbInterceptionContext)

Creates a new DbInterceptionContext by copying state from the given interception context. See Clone()

DbInterceptionContext()

Constructs a new DbInterceptionContext with no state.

public DbInterceptionContext ();
Public Sub New ()

Applies to

DbInterceptionContext(DbInterceptionContext)

Creates a new DbInterceptionContext by copying state from the given interception context. See Clone()

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

Parameters

copyFrom
DbInterceptionContext

The context from which to copy state.

Applies to