Click or drag to resize
IDataQueryTQueryUnionAll Method
Gets the union of this data query with another query without eliminating the duplicities

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
TQuery UnionAll(
	TQuery query
)

Parameters

query
Type: TQuery
Query to union with

Return Value

Type: TQuery
See Also