Returns true if the key represents an identifier field. Matches id, camelCase suffixes (patientId, templateIds), and snake_case suffixes (patient_id, template_ids).
id
patientId
templateIds
patient_id
template_ids
Returns true if the key represents an identifier field. Matches
id, camelCase suffixes (patientId,templateIds), and snake_case suffixes (patient_id,template_ids).