System.Design
2.0.0.0
System.Object
To be added.
Represents to the designer a relationship between two tables in the data source accessed through a data connection. This class cannot be inherited.
Constructor
2.0.0.0
To be added.
Initializes a new instance of the class with the specified name, parent column, and child relationship.
The name of the relationship.
The columns in the parent table that define the relationship.
The child table in the relationship.
The columns in the child table that define the relationship.
Property
2.0.0.0
System.Collections.ICollection
To be added.
To be added.
Gets a collection of columns from the child table that are part of the relationship.
Property
2.0.0.0
System.ComponentModel.Design.Data.DesignerDataTable
To be added.
To be added.
Gets the child table referenced in the relationship.
Property
2.0.0.0
System.String
To be added.
To be added.
Gets the name of the relationship.
Property
2.0.0.0
System.Collections.ICollection
To be added.
To be added.
Gets a collection of columns from the parent table that are part of the relationship between two tables.