IDependentKeyValueFactory Interface

Definition

A factory for key values based on the foreign key values taken from various forms of entity data.

This type is typically used by database providers (and other extensions). It is generally not used in application code.

public interface IDependentKeyValueFactory
type IDependentKeyValueFactory = interface
Public Interface IDependentKeyValueFactory
Derived

Remarks

See Implementation of database providers and extensions for more information and examples.

Methods

CreateDependentEquatableKey(IUpdateEntry, Boolean)

Creates an equatable key object from the foreign key values in the given entry.

CreatePrincipalEquatableKey(IUpdateEntry, Boolean)

Creates an equatable key object from the key values in the given entry.

Applies to