DataRelation Properties
.NET Framework 3.5
The DataRelation type exposes the following members.
| Name | Description | |
|---|---|---|
|
ChildColumns | Gets the child DataColumn objects 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 DataRelation belongs. |
|
ExtendedProperties | Gets the collection that stores customized properties. |
|
Nested | Gets or sets a value that indicates whether DataRelation objects are nested. |
|
ParentColumns | Gets an array of DataColumn objects that are the parent columns of this DataRelation. |
|
ParentKeyConstraint | Gets the UniqueConstraint that guarantees that values in the parent column of a DataRelation are unique. |
|
ParentTable | Gets the parent DataTable of this DataRelation. |
|
RelationName | Gets or sets the name used to retrieve a DataRelation from the DataRelationCollection. |