Table Rows
The rows held against a parameter of type TABLE. Columns are defined by the parameter's table schema, and rows are read and replaced as a complete set.
List table rows
Retrieve the rows stored against a parameter of type TABLE. Each row is keyed by the column names defined in the parameter's table schema.
Replace table rows
Replace the rows of a TABLE parameter with the supplied set. Rows are validated against the parameter's table schema, and any row not included is removed.