Skip to main content

UnionNode.Elements Property

Provides access to QueryNodeCollection’s members.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v24.2.dll

Declaration

[Browsable(false)]
public QueryNodeCollection Elements { get; }

Property Value

Type Description
QueryNodeCollection

A QueryNodeCollection object.

See Also