The PKAttribute is used to identify the primary key for a particular class. The attribute must be applied to a Private or Protected field in the class. The field will be populated by an auto-incrementing number after the initial save.
Code ideas, tips, and memories
The PKAttribute is used to identify the primary key for a particular class. The attribute must be applied to a Private or Protected field in the class. The field will be populated by an auto-incrementing number after the initial save.