Click or drag to resize
SqlHelperCombineQueries Method
Combines the given queries with the operators

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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: String
See Also