DatabaseProviderServices.CompiledQueryCacheKeyGenerator Property

Definition

Gets the ICompiledQueryCacheKeyGenerator for the database provider. By default, EF will register a default implementation (CompiledQueryCacheKeyGenerator) which provides basic functionality but can be overridden if needed.

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

Property Value

Implements

Applies to