Condividi tramite


CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey Struct

Definizione

Chiave che identifica in modo univoco una query. Viene usato per archiviare e cercare versioni compilate di una query in una cache.

Questo tipo viene in genere usato dai provider di database (e da altre estensioni). In genere non viene usato nel codice dell'applicazione.

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)
Ereditarietà
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
Attributi
Implementazioni

Costruttori

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

Inizializza una nuova istanza della classe CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey.

Metodi

Equals(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey)

Indica se l'oggetto corrente è uguale a un altro oggetto dello stesso tipo.

Equals(Object)

Determina se questa chiave è equivalente a un determinato oggetto ,ad esempio se sono chiavi per la stessa query.

GetHashCode()

Ottiene il codice hash per la chiave.

Si applica a