RowSet.Rd
A Synapse object of type RowSet.
RowSet(columns=NULL, schema=NULL, headers=NULL, tableId=NULL, rows=NULL, etag=NULL)
An alternative to 'headers', a list of column objects that describe the fields in each row.
A Schema object that will be used to set the tableId
optional named parameter: The list of SelectColumn objects that describe the fields in each row.
optional named parameter: The ID of the TableEntity that owns these rows
optional named parameter: The Row s of this set. The index of each row value aligns with the index of each header.
optional named parameter: Any RowSet returned from Synapse will contain the current etag of the change set. To update any rows from a RowSet the etag must be provided with the POST.
An object of type RowSet