ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ViewJoin Class / ViewJoin Constructor

In This Topic
    ViewJoin Constructor
    In This Topic
    Overload List
    OverloadDescription
    Creates a new instance of the ViewJoin class with the ChildNode representing the specified DataTable and referencing by the specified alias, where the join parameters corresponds to the specified DataRelation.  
    Creates a new instance of the ViewJoin class with the ChildNode representing the specified DataTable, where the join parameters corresponds to the specified DataRelation.  
    Creates a new instance of the ViewJoin class with the ChildNode representing the DataTable with specified name and referencing by the specified alias, where the join parameters corresponds to the DataRelation with the specified relation name.  
    Creates a new instance of the ViewJoin class with the ChildNode representing the DataTable with specified name , where the join parameters corresponds to the DataRelation with the specified relation name.  
    See Also