CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey 结构

定义

唯一标识查询的键。 这用于在缓存中存储和查找查询的已编译版本。

此类型通常由数据库提供程序 (和其他扩展) 使用。 它通常不在应用程序代码中使用。

protected struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
protected readonly struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
[System.Runtime.CompilerServices.IsReadOnly]
protected readonly struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
[System.Runtime.CompilerServices.IsReadOnly]
protected readonly struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey : IEquatable<Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey>
Protected Structure CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
Protected Structure CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
Implements IEquatable(Of CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey)
继承
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
属性
实现

构造函数

CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey(Expression, IModel, QueryTrackingBehavior, Boolean)

初始化 CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey 类的新实例。

方法

Equals(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey)

指示当前对象是否等于同一类型的另一个对象。

Equals(Object)

确定此键是否等效于给定对象 (即它们是否是同一查询) 的键。

GetHashCode()

获取密钥的哈希代码。

适用于