SqlHelper UnionQueries Method ( String , Boolean)Kentico 8.1 API Reference
Returns the query created as an UNION of the given queries.

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

Parameters

queries
Type:  OnlineSystem String 
Queries to union
unionAll
Type: OnlineSystem Boolean
Union all records (no distinct)

Return Value

Type: OnlineString
See Also