SqlHelper ParseList Method Kentico 8.1 API Reference
Gets the SQL expression to get a parsed list of data

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

method
Type: OnlineSystem String
SQL function to parse the list. This table-valued function gets the values as one long string, and parses them into a table.
values
Type: OnlineSystem.Collections IEnumerable
List of values to parse
parameters (Optional)
Type: CMS.DataEngine QueryDataParameters
Data parameters used for the query

Return Value

Type: OnlineString
See Also