共用方式為


RuntimeForeignKey.IForeignKey.GetDependentKeyValueFactory 方法

定義

多載

IForeignKey.GetDependentKeyValueFactory()

根據從各種實體資料形式取得的外鍵值,建立索引鍵值的處理站。

這個方法通常由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

IForeignKey.GetDependentKeyValueFactory<TKey>()

根據從各種實體資料形式取得的外鍵值,建立索引鍵值的處理站。

這個方法通常由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

IForeignKey.GetDependentKeyValueFactory()

根據從各種實體資料形式取得的外鍵值,建立索引鍵值的處理站。

這個方法通常由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.ChangeTracking.IDependentKeyValueFactory IForeignKey.GetDependentKeyValueFactory ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IForeignKey.GetDependentKeyValueFactory : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.IDependentKeyValueFactory
override this.Microsoft.EntityFrameworkCore.Metadata.IForeignKey.GetDependentKeyValueFactory : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.IDependentKeyValueFactory
Function GetDependentKeyValueFactory () As IDependentKeyValueFactory Implements IForeignKey.GetDependentKeyValueFactory

傳回

Factory。

實作

屬性

適用於

IForeignKey.GetDependentKeyValueFactory<TKey>()

根據從各種實體資料形式取得的外鍵值,建立索引鍵值的處理站。

這個方法通常由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.ChangeTracking.IDependentKeyValueFactory<TKey>? IForeignKey.GetDependentKeyValueFactory<TKey> ();
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.ChangeTracking.IDependentKeyValueFactory<TKey> IForeignKey.GetDependentKeyValueFactory<TKey> ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IForeignKey.GetDependentKeyValueFactory : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.IDependentKeyValueFactory<'Key>
override this.Microsoft.EntityFrameworkCore.Metadata.IForeignKey.GetDependentKeyValueFactory : unit -> Microsoft.EntityFrameworkCore.ChangeTracking.IDependentKeyValueFactory<'Key>
Function GetDependentKeyValueFactory(Of TKey) () As IDependentKeyValueFactory(Of TKey) Implements IForeignKey.GetDependentKeyValueFactory

類型參數

TKey

索引鍵實例的類型。

傳回

Factory。

實作

屬性

適用於