BeginTransactionInterceptionContext Constructors

Definition

Overloads

BeginTransactionInterceptionContext()

Constructs a new BeginTransactionInterceptionContext with no state.

BeginTransactionInterceptionContext(DbInterceptionContext)

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

BeginTransactionInterceptionContext()

Constructs a new BeginTransactionInterceptionContext with no state.

public BeginTransactionInterceptionContext ();
Public Sub New ()

Applies to

BeginTransactionInterceptionContext(DbInterceptionContext)

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

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

Parameters

copyFrom
DbInterceptionContext

The context from which to copy state.

Applies to