Method AddRow
AddRow()
Adds a row at the end of a non-clustered table, or at the end of the first cluster of a clustered table.
Declaration
public Catalog.Table.Row AddRow()
Returns
Type | Description |
---|---|
Catalog.Table.Row | The added row. |
Remarks
Executing this method has the same effect than clicking on the "Add" button located at the bottom of the MobiScript Window.