Sdílet prostřednictvím


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

Konstruktory

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)

Inicializuje novou instanci RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey třídy.

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

Inicializuje novou instanci RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey třídy.

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

Inicializuje novou instanci RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey třídy.

Metody

Equals(Object)

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

Equals(RelationalCompiledQueryCacheKeyGenerator+RelationalCompiledQueryCacheKey)

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

GetHashCode()

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

Platí pro