C1.C1DataExtender.2 Assembly > C1.C1DataExtender Namespace > C1ViewRelation Class > C1ViewRelation Constructor : C1ViewRelation Constructor(C1DataView,C1DataView,String) |
'Declaration Public Function New( _ ByVal parentView As C1DataView, _ ByVal childView As C1DataView, _ ByVal dataSetRelationName As System.String _ )
public C1ViewRelation( C1DataView parentView, C1DataView childView, System.string dataSetRelationName )
See the C1DataView Relations topic for details on the C1ViewRelation definition.