Skip to main content

JoinNodeCollection Class

Represents a collection of JoinNode objects.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public sealed class JoinNodeCollection :
    List<JoinNode>

#Remarks

The methods provided by the JoinNodeCollection class allow you to perform common collection management tasks (adding, removing elements, etc.).

#Inheritance

Object
List<JoinNode>
JoinNodeCollection
See Also