|
| Name | Description |
|---|
.gif) .gif) .gif) | DataRelation(String, DataColumn, DataColumn) |
Initializes a new instance of the DataRelation class using the specified DataRelation name, and parent and child DataColumn objects.
|
.gif) .gif) .gif) | 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.
|
.gif) .gif) .gif) | 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.
|
.gif) .gif) .gif) | 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.
|
.gif) .gif) .gif) | DataRelation(String, String, String, array<String>[]()[], array<String>[]()[], Boolean) |
This constructor is provided for design time support in the Visual Studio environment.
|
.gif) | DataRelation(String, String, String, String, String, array<String>[]()[], array<String>[]()[], Boolean) |
This constructor is provided for design time support in the Visual Studio environment.
|