CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey Struct

Definition

A key that uniquely identifies a query. This is used to store and lookup compiled versions of a query in a cache.

This type is typically used by database providers (and other extensions). It is generally not used in application code.

C#
protected struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
C#
protected readonly struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
C#
[System.Runtime.CompilerServices.IsReadOnly]
protected readonly struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
C#
[System.Runtime.CompilerServices.IsReadOnly]
protected readonly struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey : IEquatable<Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey>
Inheritance
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
Attributes
Implements

Constructors

Methods

Equals(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Determines if this key is equivalent to a given object (i.e. if they are keys for the same query).

GetHashCode()

Gets the hash code for the key.

Applies to

Toode Versioonid
Entity Framework Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0