Skip to main content

JoinNodeCollection Class

Represents a collection of JoinNode objects.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.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