In what context are you encountering IDKEY?
While Primary Key, ID and IDKEY refer to the same concept, there are some nuances:
- Primary Key - is something that uniquely identifies a row or an object (it's usually a property or several properties)
- ID is a default name of the Primary Key property (persistent cache classes/tables have ID property by default and it's a Primary Key)
- IDKEY is an index over Primary Key property (regardless of the actual property name)
- Log in to post comments