Sdílet prostřednictvím


CoreOptionsExtension.WithServiceProviderCachingEnabled(Boolean) Metoda

Definice

Vytvoří novou instanci se všemi možnostmi stejnými jako pro tuto instanci, ale se změněnou možností. Je neobvyklé volat tuto metodu přímo. Místo toho použijte DbContextOptionsBuilder.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension WithServiceProviderCachingEnabled (bool serviceProviderCachingEnabled);
abstract member WithServiceProviderCachingEnabled : bool -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
override this.WithServiceProviderCachingEnabled : bool -> Microsoft.EntityFrameworkCore.Infrastructure.CoreOptionsExtension
Public Overridable Function WithServiceProviderCachingEnabled (serviceProviderCachingEnabled As Boolean) As CoreOptionsExtension

Parametry

serviceProviderCachingEnabled
Boolean

Možnost změny.

Návraty

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

Platí pro