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

JoinElementCollection Class

Contains JoinElement objects.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

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