ToStringsTable

Represents input items as a table. Is used together with the following methods:

Syntax

wds.ToStringsTable( items )

Arguments

Name Type Description
items StringDataItems Required. A special object that contains an items list

Return type

TABLE (Data NVARCHAR(MAX))

Return value

List of data items passed to the function

Examples

See ScrapeMultipleParams.GetAll

StringDataItems

Utility data type that is used to pass data between CRL methods. Should not be used in SQL queries directly

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