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