id property
The database id, set if the object has been inserted into the database or if it has been fetched from the database. Otherwise, the id will be null.
Implementation
int? id;
The database id, set if the object has been inserted into the database or if it has been fetched from the database. Otherwise, the id will be null.
int? id;