The properties of the DataRelation class are listed below. For a complete list of DataRelation class members, see the DataRelation Members topic.
ChildColumns | Gets the child columns of this relation. |
ChildKeyConstraint | Gets the ForeignKeyConstraint for the relation. |
ChildTable | Gets the child table of this relation. |
DataSet | Gets the DataSet to which the relations' collection belongs to. |
Nested | Gets or sets a value indicating whether relations are nested. |
ParentColumns | Gets the parent columns of this relation. |
ParentKeyConstraint | Gets the constraint which ensures values in a column are unique. |
ParentTable | Gets the parent table of this relation. |
RelationName | Gets or sets the name used to look up this relation in the parent data set's RelationsCollection. |