Primary Keys
POCO DataSet supports optional primary keys to uniquely identify rows. Because the framework avoids implicit constraints or state tracking, primary keys are defined and interpreted by application logic rather than internal mechanisms.
This flexible model allows developers to define only the identity rules they need without inheriting complexity.
Table of Content POCO DataSet Overview of Data Model