Udostępnij za pośrednictwem


DbCommandTreeInterceptionContext.WithDbContext(DbContext) Metoda

Definicja

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

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

Parametry

context
DbContext

Kontekst do skojarzenia.

Zwraca

Nowy kontekst przechwytywania skojarzony z danym kontekstem.

Dotyczy