Returns the data of a child relation with a given name as an array of IDataRowAdapter instances.

GetChildRows(String)

IDataRowAdapter[] GetChildRows(string childTableName);
GetChildRows(ByVal childTableName As String) As IDataRowAdapter()

Parameters

Parameter Description
childTableName The name of the child table / the child relation.

Return Value

An array of data rows if the relation with the given name exists or null.