NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataRelation Properties

The properties of the DataRelation class are listed below. For a complete list of DataRelation class members, see the DataRelation Members topic.

Public:

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.

See Also

DataRelation Class | System.Data Namespace