ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ViewNode Class / Joins Property

In This Topic
    Joins Property
    In This Topic
    Gets a collection of joins with child ViewNode objects.
    Syntax
    'Declaration
     
    Public ReadOnly Property Joins As ViewJoinCollection
    public ViewJoinCollection Joins {get;}
    See Also