Freigeben über


DbConfigurationInterceptionContext.WithDbContext(DbContext) Methode

Definition

Erstellt eine neue DbConfigurationInterceptionContext , die alle Kontextinformationen in diesem Abhörkontext enthält, wobei der angegebene hinzugefügt wird DbContext.

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

Parameter

context
DbContext

Der zuzuordnende Kontext.

Gibt zurück

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

Gilt für: