RuntimeIndex.IIndex.GetNullableValueFactory<TKey> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
根據從各種實體資料形式取得索引鍵值的索引鍵值,取得索引鍵值的處理站。
這個方法通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.ChangeTracking.IDependentKeyValueFactory<TKey> IIndex.GetNullableValueFactory<TKey> ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IIndex.GetNullableValueFactory : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.IDependentKeyValueFactory<'Key>
override this.Microsoft.EntityFrameworkCore.Metadata.IIndex.GetNullableValueFactory : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.IDependentKeyValueFactory<'Key>
Function GetNullableValueFactory(Of TKey) () As IDependentKeyValueFactory(Of TKey) Implements IIndex.GetNullableValueFactory
類型參數
- TKey
索引實例的類型。
傳回
Factory。
實作
- 屬性