Partager via


DbInterceptionContext.WithObjectContext(ObjectContext) Méthode

Définition

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

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

Paramètres

context
ObjectContext

Contexte à associer.

Retours

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

S’applique à