DataRelation Constructor
Initializes a new instance of the DataRelation class.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | DataRelation(String^, DataColumn^, DataColumn^) | Initializes a new instance of the DataRelation class using the specified DataRelation name, and parent and child DataColumn objects. |
![]() | DataRelation(String^, DataColumn^, DataColumn^, Boolean) | Initializes a new instance of the DataRelation class using the specified name, parent and child DataColumn objects, and a value that indicates whether to create constraints. |
![]() | DataRelation(String^, array<DataColumn^>^, array<DataColumn^>^) | Initializes a new instance of the DataRelation class using the specified DataRelation name and matched arrays of parent and child DataColumn objects. |
![]() | DataRelation(String^, array<DataColumn^>^, array<DataColumn^>^, Boolean) | Initializes a new instance of the DataRelation class using the specified name, matched arrays of parent and child DataColumn objects, and value that indicates whether to create constraints. |
![]() | DataRelation(String^, String^, String^, String^, String^, array<String^>^, array<String^>^, Boolean) | This constructor is provided for design time support in the Visual Studio environment. |
![]() | DataRelation(String^, String^, String^, array<String^>^, array<String^>^, Boolean) | This constructor is provided for design time support in the Visual Studio environment. |
