ConstraintCollection::Add Method
.NET Framework (current version)
Adds a Constraint object to the collection.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Constraint^) | Adds the specified Constraint object to the collection. |
![]() | Add(String^, DataColumn^, Boolean) | Constructs a new UniqueConstraint with the specified name, DataColumn, and value that indicates whether the column is a primary key, and adds it to the collection. |
![]() | Add(String^, DataColumn^, DataColumn^) | Constructs a new ForeignKeyConstraint with the specified name, parent column, and child column, and adds the constraint to the collection. |
![]() | Add(String^, array<DataColumn^>^, Boolean) | Constructs a new UniqueConstraint with the specified name, array of DataColumn objects, and value that indicates whether the column is a primary key, and adds it to the collection. |
![]() | Add(String^, array<DataColumn^>^, array<DataColumn^>^) | Constructs a new ForeignKeyConstraint, with the specified arrays of parent columns and child columns, and adds the constraint to the collection. |
Show:
