Sdílet prostřednictvím


CoreOptionsExtension.WithSingletonInterceptors Metoda

Definice

Vytvoří novou instanci se všemi možnostmi stejnými jako pro tuto instanci, ale s danou možností změněnou. Přímé volání této metody je neobvyklé. Místo toho použijte 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>

Možnost změny.

Návraty

Nová instance se změněnou možností .

Platí pro