Freigeben über


DbInterceptionContext.WithDbContext(DbContext) Methode

Definition

Erstellt eine neue DbInterceptionContext , die alle kontextbezogenen Informationen in diesem Abfangkontext enthält, wobei der angegebene hinzugefügt wird DbContext.

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

Parameter

context
DbContext

Der zuzuordnende Kontext.

Gibt zurück

Ein neuer Abfangkontext, der dem angegebenen Kontext zugeordnet ist.

Gilt für: