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