IDataQueryTQueryUnion Method |
Gets the union of this data query with another query
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax TQuery Union(
TQuery query,
bool unionAll = false
)
Parameters
- query
- Type: TQuery
Query to union with - unionAll (Optional)
- Type: SystemBoolean
If true, the union does not eliminate the duplicities (produces UNION ALL)
Return Value
Type:
TQuerySee Also