Udostępnij za pośrednictwem


DbInterceptionContext.WithDbContext(DbContext) Metoda

Definicja

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

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

Parametry

context
DbContext

Kontekst do skojarzenia.

Zwraca

Nowy kontekst przechwytywania skojarzony z danym kontekstem.

Dotyczy