QueryBuildingExtensions.Union Method
Name | Parameters | Description |
---|---|---|
Union(QueryNode, QueryNode, UnionType) static | node, added, unionType | Combines rows from two or more queries into a single data set and removes duplicate rows. |
Union(QueryNode, QueryNode) static | node, added | Combines rows from two or more queries into a single data set and removes duplicate rows. |