RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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)
- Inheritance
-
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
- Attributes
- Implements
Constructors
Methods
Equals(Object) |
Determines if this key is equivalent to a given object (i.e. if they are keys for the same query). |
Equals(RelationalCompiledQueryCacheKeyGenerator+RelationalCompiledQueryCacheKey) |
Indicates whether the current object is equal to another object of the same type. |
GetHashCode() |
Gets the hash code for the key. |
Applies to
Entity Framework