RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey Struktura

Definicja

Klucz, który jednoznacznie identyfikuje zapytanie. Służy to do przechowywania i wyszukiwania skompilowanych wersji zapytania w pamięci podręcznej.

Ten typ jest zwykle używany przez dostawców baz danych (i innych rozszerzeń). Zwykle nie jest używany w kodzie aplikacji.

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)
Dziedziczenie
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
Atrybuty
Implementuje

Konstruktory

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)

Inicjuje nowe wystąpienie klasy RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.

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

Inicjuje nowe wystąpienie klasy RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.

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

Inicjuje nowe wystąpienie klasy RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey.

Metody

Equals(Object)

Określa, czy ten klucz jest odpowiednikiem danego obiektu (tj. jeśli są kluczami dla tego samego zapytania).

Equals(RelationalCompiledQueryCacheKeyGenerator+RelationalCompiledQueryCacheKey)

Wskazuje, czy bieżący obiekt jest równy innemu obiektowi tego samego typu.

GetHashCode()

Pobiera kod skrótu klucza.

Dotyczy