ToStringsTable
Projects supplied string items into one table row per value for use with ScrapeMultipleParams.GetAll.
Syntax
wds.ToStringsTable(@items)
Arguments
| Name | Type | Description |
|---|---|---|
| @items | wds.StringDataItems | Supplies the string items to project into table rows. |
Returns
TABLE (Data NVARCHAR(MAX)) — the input-items table.
Data Contracts
StringDataItems
A special object for the ToStringsTable function.
| Name | Type | Description |
|---|---|---|
| DataItems | array of string | Source XML documentation is missing for this public field. |
AddDataItems(items) adds data items. Parse is unsupported.