Udostępnij za pośrednictwem


EnlistTransactionInterceptionContext.WithObjectContext(ObjectContext) Metoda

Definicja

Tworzy nowy EnlistTransactionInterceptionContext element zawierający wszystkie informacje kontekstowe w tym kontekście przechwytywania z dodatkiem danego ObjectContextelementu .

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

Parametry

context
ObjectContext

Kontekst do skojarzenia.

Zwraca

Nowy kontekst przechwytywania skojarzony z danym kontekstem.

Dotyczy