Freigeben über


PropertyInterceptionContext<TValue>.WithDbContext(DbContext) Methode

Definition

Erstellt eine neue PropertyInterceptionContext<TValue> , die alle Kontextinformationen in diesem Abhörkontext enthält, wobei der angegebene hinzugefügt wird ObjectContext.

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

Parameter

context
DbContext

Der zuzuordnende Kontext.

Gibt zurück

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

Gilt für: