Click or drag to resize
IDataQueryTQueryUnion Method
Gets the union of this data query with another query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
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: TQuery
See Also