Skip to main content

JoinElementCollection Class

Contains JoinElement objects.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public class JoinElementCollection :
    List<JoinElement>

The following members return JoinElementCollection objects:

Remarks

The SelectNode.SubNodes property provides access to the JoinElementCollection instance.

Inheritance

Object
List<JoinElement>
JoinElementCollection
See Also