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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public 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

Implements

IDataQueryTQueryUnion(TQuery, Boolean)
See Also