SqlHelperParseList Method |
Note: This API is now obsolete.
Gets the SQL expression to get a parsed list of data
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax [ObsoleteAttribute]
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:
StringSee Also