Back to Devexpress

JoinElementCollection Class

corelibraries-devexpress-dot-dataaccess-dot-datafederation-2db45107.md

latest1.6 KB
Original Source

JoinElementCollection Class

Contains JoinElement objects.

Namespace : DevExpress.DataAccess.DataFederation

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public class JoinElementCollection :
    List<JoinElement>
vb
Public Class JoinElementCollection
    Inherits List(Of 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

JoinElementCollection Members

DevExpress.DataAccess.DataFederation Namespace