id property

int? id
getter/setter pair

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;