Returns the data of a child relation with a given name as an array of IData
IDataRowAdapter[] GetChildRows(string childTableName);GetChildRows(ByVal childTableName As String) As IDataRowAdapter()| Parameter | Description |
|---|---|
| child |
The name of the child table / the child relation. |
An array of data rows if the relation with the given name exists or null.