Click or drag to resize
SqlHelperParseList Method
Gets the SQL expression to get a parsed list of data

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string ParseList(
	string method,
	IEnumerable values,
	QueryDataParameters parameters = null
)

Parameters

method
Type: SystemString
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.CollectionsIEnumerable
List of values to parse
parameters (Optional)
Type: CMS.DataEngineQueryDataParameters
Data parameters used for the query

Return Value

Type: String
See Also