英語で読む

次の方法で共有


RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey 構造体

定義

クエリを一意に識別するキー。 これは、キャッシュ内のクエリのコンパイル済みバージョンを格納および参照するために使用されます。

この型は、通常、データベース プロバイダー (およびその他の拡張機能) によって使用されます。 通常、アプリケーション コードでは使用されません。

C#
protected struct RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
C#
protected readonly struct RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
C#
[System.Runtime.CompilerServices.IsReadOnly]
protected readonly struct RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
C#
[System.Runtime.CompilerServices.IsReadOnly]
protected readonly struct RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey : IEquatable<Microsoft.EntityFrameworkCore.Query.RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey>
継承
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
属性
実装

コンストラクター

メソッド

Equals(Object)

このキーが特定のオブジェクトと等しいかどうかを判断します (つまり、同じクエリのキーの場合)。

Equals(RelationalCompiledQueryCacheKeyGenerator+RelationalCompiledQueryCacheKey)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

GetHashCode()

キーのハッシュ コードを取得します。

適用対象

製品 バージョン
Entity Framework Core 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0