Skip to main content
All docs
V25.1
  • UnionNode(UnionType) Constructor

    Initializes a new instance of the UnionNode class.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public UnionNode(
        UnionType type
    )

    Parameters

    Name Type Description
    type UnionType

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

    See Also