IDependentKeyValueFactory 介面

定義

根據來自各種實體資料形式之外鍵值的索引鍵值處理站。

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

public interface IDependentKeyValueFactory
type IDependentKeyValueFactory = interface
Public Interface IDependentKeyValueFactory
衍生

備註

如需詳細資訊和範例,請參閱 資料庫提供者和延伸模組的實作

方法

CreateDependentEquatableKey(IUpdateEntry, Boolean)

從指定專案中的外鍵值建立相等索引鍵物件。

CreatePrincipalEquatableKey(IUpdateEntry, Boolean)

從指定專案中的索引鍵值建立相等的索引鍵物件。

適用於