Freigeben über


DbCommandInterceptionContext<TResult>.WithDbContext(DbContext) Methode

Definition

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

public System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<TResult> WithDbContext (System.Data.Entity.DbContext context);
override this.WithDbContext : System.Data.Entity.DbContext -> System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<'Result>
Public Function WithDbContext (context As DbContext) As DbCommandInterceptionContext(Of TResult)

Parameter

context
DbContext

Der zuzuordnende Kontext.

Gibt zurück

Ein neuer Abfangkontext, der dem angegebenen Kontext zugeordnet ist.

Gilt für: