Gets the child rows of a System.Data.DataRow using the specified DataRelation.RelationName of a System.Data.DataRelation.
- relationName
- The DataRelation.RelationName of the System.Data.DataRelation to use.
An array of System.Data.DataRow objects or an array of length zero.
The System.Data.DataTable also contains a collection of System.Data.DataRelation objects that is returned by the DataTable.ChildRelations property.