ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ViewJoin Class / ViewJoin Constructor / ViewJoin Constructor(DataRelation,DataTable)
The DataRelation that the ViewJoin represents.
The DataTable that is represented by the ChildNode

In This Topic
    ViewJoin Constructor(DataRelation,DataTable)
    In This Topic
    Creates a new instance of the ViewJoin class with the ChildNode representing the specified DataTable, where the join parameters corresponds to the specified DataRelation.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal childRelation As System.Data.DataRelation, _
       ByVal childTable As System.Data.DataTable _
    )
    public ViewJoin( 
       System.Data.DataRelation childRelation,
       System.Data.DataTable childTable
    )

    Parameters

    childRelation
    The DataRelation that the ViewJoin represents.
    childTable
    The DataTable that is represented by the ChildNode
    See Also