共用方式為


RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey 結構

定義

可唯一識別查詢的索引鍵。 這可用來儲存和查閱快取中查詢的編譯版本。

此類型通常是由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

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)
繼承
RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey
屬性
實作

建構函式

RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey, Boolean)

初始化 RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey 類別的新執行個體。

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

初始化 RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey 類別的新執行個體。

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

初始化 RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey 類別的新執行個體。

方法

Equals(Object)

判斷此索引鍵是否相當於指定的物件 (,也就是它們是否為相同查詢的索引鍵) 。

Equals(RelationalCompiledQueryCacheKeyGenerator+RelationalCompiledQueryCacheKey)

指出目前的物件是否等於另一個相同類型的物件。

GetHashCode()

取得索引鍵的雜湊碼。

適用於