SqlHelper CombineQueries Method Kentico 8.1 API Reference
Combines the given queries with the operators

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

queries
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
Queries to merge
operators
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
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: OnlineString
See Also