共用方式為


ICompiledQueryCacheKeyGenerator.GenerateCacheKey(Expression, Boolean) 方法

定義

產生快取索引鍵。

public object GenerateCacheKey (System.Linq.Expressions.Expression query, bool async);
abstract member GenerateCacheKey : System.Linq.Expressions.Expression * bool -> obj
Public Function GenerateCacheKey (query As Expression, async As Boolean) As Object

參數

query
Expression

要為其產生快取索引鍵的查詢。

async
Boolean

true 如果查詢會以非同步方式執行,則為 。

傳回

物件,表示查詢快取索引鍵。

適用於