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.

Please rotate your device to landscape mode

This documentation is specifically designed with a wider layout to provide a better reading experience for code examples, tables, and diagrams.
Rotating your device horizontally ensures you can see everything clearly without excessive scrolling or resizing.

Return to Web Data Source Home