Returns the query created as an UNION of the given queries.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- queries
- Type: System String
Queries to union
- unionAll
- Type: System Boolean
Union all records (no distinct)
Return Value
Type: StringSee Also