Partager via


DbConnectionInterceptionContext.WithObjectContext(ObjectContext) Méthode

Définition

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

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

Paramètres

context
ObjectContext

Contexte à associer.

Retours

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

S’applique à