IDataQueryTQueryUnionAll Method |
Gets the union of this data query with another query without eliminating the duplicities
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax TQuery UnionAll(
TQuery query
)
Parameters
- query
- Type: TQuery
Query to union with
Return Value
Type:
TQuerySee Also