Freigeben über


DbConnectionPropertyInterceptionContext<TValue>.WithDbContext Methode

Definition

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

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

Parameter

context
DbContext

Der zuzuordnende Kontext.

Gibt zurück

Ein neuer Abfangkontext, der dem angegebenen Kontext zugeordnet ist.

Gilt für: