Partager via


BeginTransactionInterceptionContext.WithObjectContext(ObjectContext) Méthode

Définition

Crée un nouveau BeginTransactionInterceptionContext qui contient toutes les informations contextuelles dans ce contexte d’interception avec l’ajout du donné ObjectContext.

public System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext WithObjectContext (System.Data.Entity.Core.Objects.ObjectContext context);
override this.WithObjectContext : System.Data.Entity.Core.Objects.ObjectContext -> System.Data.Entity.Infrastructure.Interception.BeginTransactionInterceptionContext
Public Function WithObjectContext (context As ObjectContext) As BeginTransactionInterceptionContext

Paramètres

context
ObjectContext

Contexte à associer.

Retours

Nouveau contexte d’interception associé au contexte donné.

S’applique à