UnionNode.Type Property
Gets or sets the union type.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Description |
---|---|
Union |
A Union |
Available values:
Name | Description |
---|---|
Union | Duplicated rows from different queries (if they contain the same data) are removed, only one row is returned. |
Union |
All duplicated rows from different queries (if they contain the same data) are returned in the result query. |