IPrincipalKeyValueFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a factory for key values based on the primary/principal 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 IPrincipalKeyValueFactory
type IPrincipalKeyValueFactory = interface
Public Interface IPrincipalKeyValueFactory
- Derived
Remarks
See Implementation of database providers and extensions for more information and examples.
Methods
CreateEquatableKey(IUpdateEntry, Boolean) |
Creates an equatable key object from the key values in the given entry. |
Applies to
Entity Framework