Skip to main content
All docs
V26.1
  • JoinElementCollection Class

    Contains JoinElement objects.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    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