FormDataCollection.Unload
Syntax variant: To unload columns
Syntax:
Parameters:
<Rows> (optional)
An array of rows to be dumped. If not specified, all the rows of the collection will be dumped.
<Columns> (optional)
A string that sets up a column list for copying in the following format: "Column1, Column2...". If the list is not specified, all the columns will be copied.
Syntax variant: Dump by filter
Syntax:
Parameters:
<ParametersOfFilter> (optional)
The structure key is the column identifier, and the structure value is the filter value.
<Columns> (optional)
A column list for copying in the following format: "Column1, Column2,...,ColumnN".
Description of method variant:
If a filter is not specified, all the collection rows will be dumped.
If columns are specified, only these columns will be dumped.
Otherwise all the collection columns will be dumped.
Returned value:
Description:
Availability: