Sdílet prostřednictvím


DbTransactionInterceptionContext.WithObjectContext(ObjectContext) Metoda

Definice

Vytvoří nový DbTransactionInterceptionContext , který obsahuje všechny kontextové informace v tomto kontextu zachytávání s přidáním daného ObjectContextobjektu .

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

Parametry

context
ObjectContext

Kontext, který chcete přidružit.

Návraty

Nový kontext zachycení přidružený k danému kontextu.

Platí pro