A newer version of this page is available.
Switch to the current version.
JoinNodeCollection Class
Represents a collection of JoinNode objects.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v18.2.dll
Declaration
public sealed class JoinNodeCollection :
List<JoinNode>
Public NotInheritable Class JoinNodeCollection
Inherits List(Of JoinNode)
Remarks
The methods provided by the JoinNodeCollection class allow you to perform common collection management tasks (adding, removing elements, etc.).
See Also
Feedback