id


Description:

public int64 id { get; set; }

ID property for database operations (PRIMARY KEY, auto-increment). Used by SQ.Query.updateById/deleteId for database operations. This is automatically generated by the database and should not be set manually.