DatabaseProviderServices.CompiledQueryCacheKeyGenerator 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ICompiledQueryCacheKeyGenerator取得資料庫提供者的 。 根據預設,EF 會註冊預設實作 (CompiledQueryCacheKeyGenerator) ,以提供基本功能,但視需要可以覆寫。
public virtual Microsoft.EntityFrameworkCore.Query.ICompiledQueryCacheKeyGenerator CompiledQueryCacheKeyGenerator { get; }
member this.CompiledQueryCacheKeyGenerator : Microsoft.EntityFrameworkCore.Query.ICompiledQueryCacheKeyGenerator
Public Overridable ReadOnly Property CompiledQueryCacheKeyGenerator As ICompiledQueryCacheKeyGenerator