RelationalCompiledQueryCacheKeyGenerator.GenerateCacheKeyCore Yöntem

Tanım

Verilen sorgu için önbellek anahtarını oluşturur.

protected Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey GenerateCacheKeyCore (System.Linq.Expressions.Expression query, bool async);
override this.GenerateCacheKeyCore : System.Linq.Expressions.Expression * bool -> Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
Protected Function GenerateCacheKeyCore (query As Expression, async As Boolean) As RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey

Parametreler

query
Expression

Önbellek anahtarını almak için sorgu.

async
Boolean

Sorgunun zaman uyumsuz olarak yürütüleceğini gösteren değer.

Döndürülenler

Önbellek anahtarı.

Şunlara uygulanır