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

GetChildRows(String)

IDataRowAdapter[] GetChildRows(string childTableName);

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.