Freigeben über


EnlistTransactionInterceptionContext.WithDbContext(DbContext) Methode

Definition

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

public System.Data.Entity.Infrastructure.Interception.EnlistTransactionInterceptionContext WithDbContext (System.Data.Entity.DbContext context);
override this.WithDbContext : System.Data.Entity.DbContext -> System.Data.Entity.Infrastructure.Interception.EnlistTransactionInterceptionContext
Public Function WithDbContext (context As DbContext) As EnlistTransactionInterceptionContext

Parameter

context
DbContext

Der zuzuordnende Kontext.

Gibt zurück

Ein neuer Abfangkontext, der dem angegebenen Kontext zugeordnet ist.

Gilt für: