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 如果查询将异步执行,则为 。

返回

表示查询缓存键的 对象。

适用于