Class PrimaryKeysFacade
Represents a facade for accessing primary keys of an entity.
public class PrimaryKeysFacade
- Inheritance
-
PrimaryKeysFacade
Properties
- EntityTypeFullname
Gets or sets the full name of the entity type.
- PrimaryKeys
Gets or sets the primary keys of the entity.
Methods
- GetKeysFacade<T>(PrimaryKeys<T>)
Gets the PrimaryKeysFacade instance for the specified keys.
- GetPrimaryKeysAsObject()
Gets the primary keys as an object.