ComponentOne DataObjects for .NET
GetChildRows() Method

C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class > GetChildRows Method : GetChildRows() Method
Gets the child rows of this C1DataRow using the specified relation.
Syntax
'Declaration
 
Public Overloads Function GetChildRows() As C1DataRow()
public C1DataRow[] GetChildRows()

Return Value

An array of C1DataRow objects (or a zero-length array).
Remarks
The overload without parameters can be used when the parent and the child are connected with a single relation.
See Also

Reference

C1DataRow Class
C1DataRow Members
Overload List
C1DataRow Class