ParentRelations
DataRelationCollection pdrc = DataTable.ParentRelations;
Accesses the parent DataRelationCollection
for the
DataTable
, providing access to the parent
DataRelation
objects belonging to the
DataTable
. The ParentRelations
property be used to add, remove, and examine the parent
DataRelation
object in a
DataTable
.