Primary Key
A primary key is the column or columns that contain values that uniquely identify each record in a table.
Jenga uses [PrimaryKey] attribute to link related tables.
Primary key columns have key icon on columns.
Jenga Entity Class must have [PrimaryKey] attribute.
Last updated