Method IsPrimaryKeysValid
IsPrimaryKeysValid(IPrimaryKey)
Checks if the primary keys of the specified entity are valid.
bool IsPrimaryKeysValid(IPrimaryKey primaryKeys)
Parameters
primaryKeysIPrimaryKeyThe primary keys to check.
Returns
- bool
trueif the primary keys are valid; otherwise,false.