RelationalCompiledQueryCacheKeyGenerator.RelationalCompiledQueryCacheKey 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可唯一識別查詢的索引鍵。 這可用來儲存和查閱快取中查詢的編譯版本。
此類型通常是由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。
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
- 屬性
- 實作
建構函式
方法
Equals(Object) |
判斷此索引鍵是否相當於指定的物件 (,也就是它們是否為相同查詢的索引鍵) 。 |
Equals(RelationalCompiledQueryCacheKeyGenerator+RelationalCompiledQueryCacheKey) |
指出目前的物件是否等於另一個相同類型的物件。 |
GetHashCode() |
取得索引鍵的雜湊碼。 |