ViewJoin Constructor(DataRelation,DataTable,String)
In This Topic
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.
Syntax
'Declaration
Public Function New( _
ByVal As System.Data.DataRelation, _
ByVal As System.Data.DataTable, _
ByVal As System.String _
)
public ViewJoin(
System.Data.DataRelation ,
System.Data.DataTable ,
System.string
)
Parameters
- childRelation
- The DataRelation that the ViewJoin represents.
- childTable
- The DataTable that is represented by the ChildNode of the ViewJoin.
- childTableAlias
- The alias that is used to reference ChildNode.
See Also