ChildRelations
DataRelationCollection cdrc = DataTable.ParentRelations;
Accesses the child DataRelationCollection
for the
DataTable
, providing access to the child
DataRelation
objects belonging to the
DataTable
. The ChildRelations
property can be used to add, remove, and examine the child
DataRelation
objects in a
DataTable
.