ToStringsTable
Converts a list of strings to a single-column table, handy for composing queries with batch scrape results. Used with:
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