Freigeben über


DbConnectionPropertyInterceptionContext<TValue>.WithObjectContext 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> WithObjectContext (System.Data.Entity.Core.Objects.ObjectContext context);
override this.WithObjectContext : System.Data.Entity.Core.Objects.ObjectContext -> System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<'Value>
Public Function WithObjectContext (context As ObjectContext) As DbConnectionPropertyInterceptionContext(Of TValue)

Parameter

context
ObjectContext

Der zuzuordnende Kontext.

Gibt zurück

Ein neuer Abfangkontext, der dem angegebenen Kontext zugeordnet ist.

Gilt für: