CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey Estructura

Definición

Clave que identifica de forma única una consulta. Se usa para almacenar y buscar versiones compiladas de una consulta en una memoria caché.

Normalmente, los proveedores de bases de datos usan este tipo (y otras extensiones). Por lo general, no se usa en el código de la aplicación.

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)
Herencia
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
Atributos
Implementaciones

Constructores

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

Inicializa una nueva instancia de la clase CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey.

Métodos

Equals(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

Equals(Object)

Determina si esta clave es equivalente a un objeto determinado (es decir, si son claves para la misma consulta).

GetHashCode()

Obtiene el código hash de la clave.

Se aplica a