primaryKey property

int? primaryKey
getter/setter pair

DO NOT modify this in the end implementation code. The Repository will update it accordingly. It is strongly recommended that this field only be used by Brick's internal queries and not in the end implementation.

Maps to the _brick_id column.

Implementation

int? primaryKey = NEW_RECORD_ID;