Method IsPrimaryKeysValid
IsPrimaryKeysValid(IPrimaryKey)
Checks if the primary keys are valid.
public bool IsPrimaryKeysValid(IPrimaryKey primaryKeys)
Parameters
primaryKeysIPrimaryKeyThe primary keys to be validated.
Returns
- bool
trueif the primary keys are valid; otherwise,false.