Lenguaje

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

Se aplica a