Udostępnij za pośrednictwem


CoreOptionsExtension.WithSingletonInterceptors Metoda

Definicja

Tworzy nowe wystąpienie z wszystkimi opcjami takimi samymi jak w przypadku tego wystąpienia, ale z daną opcją uległa zmianie. Nietypowe jest bezpośrednie wywołanie tej metody. Zamiast tego użyj polecenia DbContextOptionsBuilder.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension WithSingletonInterceptors (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Diagnostics.ISingletonInterceptor> interceptors);
abstract member WithSingletonInterceptors : seq<Microsoft.EntityFrameworkCore.Diagnostics.ISingletonInterceptor> -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
override this.WithSingletonInterceptors : seq<Microsoft.EntityFrameworkCore.Diagnostics.ISingletonInterceptor> -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
Public Overridable Function WithSingletonInterceptors (interceptors As IEnumerable(Of ISingletonInterceptor)) As CoreOptionsExtension

Parametry

interceptors
IEnumerable<ISingletonInterceptor>

Opcja zmiany.

Zwraca

Zmieniono nowe wystąpienie z opcją .

Dotyczy