Condividi tramite


DatabaseProviderServices.CompiledQueryCacheKeyGenerator Proprietà

Definizione

Ottiene l'oggetto ICompiledQueryCacheKeyGenerator per il provider di database. Per impostazione predefinita, EF registrerà un'implementazione predefinita (CompiledQueryCacheKeyGenerator) che fornisce funzionalità di base, ma può essere sottoposta a override, se necessario.

public virtual Microsoft.EntityFrameworkCore.Query.ICompiledQueryCacheKeyGenerator CompiledQueryCacheKeyGenerator { get; }
member this.CompiledQueryCacheKeyGenerator : Microsoft.EntityFrameworkCore.Query.ICompiledQueryCacheKeyGenerator
Public Overridable ReadOnly Property CompiledQueryCacheKeyGenerator As ICompiledQueryCacheKeyGenerator

Valore della proprietà

Implementazioni

Si applica a