CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可唯一識別查詢的索引鍵。 這會用來儲存和查閱快取中查詢的編譯版本。
此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。
protected struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
protected readonly struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
[System.Runtime.CompilerServices.IsReadOnly]
protected readonly struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
[System.Runtime.CompilerServices.IsReadOnly]
protected readonly struct CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey : IEquatable<Microsoft.EntityFrameworkCore.Query.CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey>
Protected Structure CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
Protected Structure CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
Implements IEquatable(Of CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey)
- 繼承
-
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey
- 屬性
- 實作
建構函式
CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey(Expression, IModel, QueryTrackingBehavior, Boolean) |
初始化 CompiledQueryCacheKeyGenerator.CompiledQueryCacheKey 類別的新執行個體。 |
方法
Equals(CompiledQueryCacheKeyGenerator+CompiledQueryCacheKey) |
指出目前的物件是否等於另一個相同類型的物件。 |
Equals(Object) |
判斷此索引鍵是否相當於指定的物件 (,亦即它們是否為相同查詢的索引鍵) 。 |
GetHashCode() |
取得索引鍵的雜湊碼。 |