Partager via


DbCommandTreeInterceptionContext.WithDbContext(DbContext) Méthode

Définition

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

public System.Data.Entity.Infrastructure.Interception.DbCommandTreeInterceptionContext WithDbContext (System.Data.Entity.DbContext context);
override this.WithDbContext : System.Data.Entity.DbContext -> System.Data.Entity.Infrastructure.Interception.DbCommandTreeInterceptionContext
Public Function WithDbContext (context As DbContext) As DbCommandTreeInterceptionContext

Paramètres

context
DbContext

Contexte à associer.

Retours

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

S’applique à