Sdílet prostřednictvím


CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey Struktura

Definice

Klíč, který jednoznačně identifikuje dotaz. Slouží k ukládání a vyhledávání kompilovaných verzí dotazu v mezipaměti.

Tento typ obvykle používají poskytovatelé databáze (a další rozšíření). Obecně se nepoužívá v kódu aplikace.

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)
Dědičnost
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
Atributy
Implementuje

Konstruktory

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

Inicializuje novou instanci CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey třídy.

Metody

Equals(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey)

Určuje, zda je aktuální objekt roven jinému objektu stejného typu.

Equals(Object)

Určuje, jestli je tento klíč ekvivalentní danému objektu (tj. jestli se jedná o klíče pro stejný dotaz).

GetHashCode()

Získá hash kód pro klíč.

Platí pro