set_row
Description:
Sets all columns in the row iter points to, to those found in row_members.
The variants in row_members must match the types defined in the model's schema.
Parameters:
| this |
a Model |
| iter | |
| row_members |
And array of Variants with type signature matching those from the model schema. If any of the variants have floating references these will be consumed |