Method GetKeysFacade
GetKeysFacade<T>(PrimaryKeys<T>)
Gets the PrimaryKeysFacade instance for the specified keys.
public static PrimaryKeysFacade GetKeysFacade<T>(PrimaryKeys<T> keys)
Parameters
keys
PrimaryKeys<T>The primary keys.
Returns
- PrimaryKeysFacade
The PrimaryKeysFacade instance.
Type Parameters
T
The type of the entity.