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

    Initializes a new instance of the UnionNodeBuilder class with specified settings.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public UnionNodeBuilder(
        UnionType unionType
    )

    Parameters

    Name Type Description
    unionType UnionType

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

    See Also