DesignerDataRelationship Class
Represents to the designer a relationship between two tables in the data source accessed through a data connection. This class cannot be inherited.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | DesignerDataRelationship(String^, ICollection^, DesignerDataTable^, ICollection^) | Initializes a new instance of the DesignerDataRelationship class with the specified name, parent column, and child relationship. |
| Name | Description | |
|---|---|---|
![]() | ChildColumns | Gets a collection of columns from the child table that are part of the relationship. |
![]() | ChildTable | Gets the child table referenced in the relationship. |
![]() | Name | Gets the name of the relationship. |
![]() | ParentColumns | Gets a collection of columns from the parent table that are part of the relationship between two tables. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

