Freigeben über


EnlistTransactionInterceptionContext.WithObjectContext(ObjectContext) Methode

Definition

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

public System.Data.Entity.Infrastructure.Interception.EnlistTransactionInterceptionContext WithObjectContext (System.Data.Entity.Core.Objects.ObjectContext context);
override this.WithObjectContext : System.Data.Entity.Core.Objects.ObjectContext -> System.Data.Entity.Infrastructure.Interception.EnlistTransactionInterceptionContext
Public Function WithObjectContext (context As ObjectContext) As EnlistTransactionInterceptionContext

Parameter

context
ObjectContext

Der zuzuordnende Kontext.

Gibt zurück

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

Gilt für: