Gets the SQL expression to get a parsed list of data
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- method
- Type: System 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: System.Collections IEnumerable
List of values to parse
- parameters (Optional)
- Type: CMS.DataEngine QueryDataParameters
Data parameters used for the query
Return Value
Type: StringSee Also