Back to Devexpress

UnionNode.Type Property

corelibraries-devexpress-dot-dataaccess-dot-datafederation-dot-unionnode.md

latest1.6 KB
Original Source

UnionNode.Type Property

Gets or sets the union type.

Namespace : DevExpress.DataAccess.DataFederation

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
[Browsable(false)]
public UnionType Type { get; set; }
vb
<Browsable(False)>
Public Property Type As UnionType

Property Value

TypeDescription
UnionType

A UnionType value that specifies the result set in the query.

|

Available values:

NameDescription
Union

Duplicated rows from different queries (if they contain the same data) are removed, only one row is returned.

| | UnionAll |

All duplicated rows from different queries (if they contain the same data) are returned in the result query.

|

See Also

UnionNodeBuilder

UnionNode Class

UnionNode Members

DevExpress.DataAccess.DataFederation Namespace