Row
Description:
public Row (
Table table,
int64 id =
0)
Create or load a row from a table
Note that you must call save in order for a new row to be written to the queryable
Parameters:
| table |
the table to load the row from |
| id |
row ID, or 0 to create a new row |