Share via


DbTransactionInterceptionContext Constructors

Definition

Overloads

DbTransactionInterceptionContext()

Constructs a new DbTransactionInterceptionContext with no state.

DbTransactionInterceptionContext(DbInterceptionContext)

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

DbTransactionInterceptionContext()

Constructs a new DbTransactionInterceptionContext with no state.

public DbTransactionInterceptionContext ();
Public Sub New ()

Applies to

DbTransactionInterceptionContext(DbInterceptionContext)

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

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

Parameters

copyFrom
DbInterceptionContext

The context from which to copy state.

Applies to