RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey 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, este tipo lo usan los proveedores de bases de datos (y otras extensiones). Por lo general, no se usa en el código de aplicación.

protected struct RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
protected readonly struct RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
[System.Runtime.CompilerServices.IsReadOnly]
protected readonly struct RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
[System.Runtime.CompilerServices.IsReadOnly]
protected readonly struct RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey : IEquatable<Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey>
Protected Structure RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
Protected Structure RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
Implements IEquatable(Of RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey)
Herencia
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
Atributos
Implementaciones

Constructores

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)

Inicializa una nueva instancia de la clase RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean, Boolean)

Inicializa una nueva instancia de la clase RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean, Nullable<QuerySplittingBehavior>, Boolean)

Inicializa una nueva instancia de la clase RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.

Métodos

Equals(Object)

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

Equals(RelationalCompiledQueryCacheKeyGenerator+RelationalCompiledQueryCacheKey)

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

GetHashCode()

Obtiene el código hash de la clave.

Se aplica a