Freigeben über


DbCommandTreeInterceptionContext.WithDbContext(DbContext) Methode

Definition

Erstellt eine neue DbCommandTreeInterceptionContext , die alle Kontextinformationen in diesem Abhörkontext enthält, wobei der angegebene hinzugefügt wird 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

Parameter

context
DbContext

Der zuzuordnende Kontext.

Gibt zurück

Ein neuer Abhörkontext, der dem angegebenen Kontext zugeordnet ist.

Gilt für: