'Declaration
Public Overloads Function GetChildRows( _ ByVal relationName As String _ ) As DataRow()
public DataRow[] GetChildRows( string relationName )
Parameters
- relationName
- The name of the DataRelation to use.
Return Value
An array containing the child rows of this DataRow using the specified DataRelation.