Skip to main content
A newer version of this page is available. .

JoinElementCollection Class

Contains JoinElement objects.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v21.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

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