SqlHelperCombineQueries Method |
Combines the given queries with the operators
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static string CombineQueries(
IEnumerable<string> queries,
IEnumerable<string> operators
)
Parameters
- queries
- Type: System.Collections.GenericIEnumerableString
Queries to merge - operators
- Type: System.Collections.GenericIEnumerableString
Operators between queries, for lower number of operators than necessary uses the last operator for the remaining queries. Use one operator in case you want all operators to be the same.
Return Value
Type:
StringSee Also