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

JoinNodeCollection Class

Represents a collection of JoinNode objects.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v19.1.dll

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