ConstraintCollection.Add Method (Constraint)
.NET Framework 4
Adds the specified Constraint object to the collection.
Assembly: System.Data (in System.Data.dll)
Parameters
- constraint
- Type: System.Data.Constraint
The Constraint to add.
| Exception | Condition |
|---|---|
| ArgumentNullException | The constraint argument is null. |
| ArgumentException | The constraint already belongs to this collection, or belongs to another collection. |
| DuplicateNameException | The collection already has a constraint with the same name. (The comparison is not case-sensitive.) |
If the collection is successfully changed by adding or removing constraints, the CollectionChanged event occurs.
The following example adds a UniqueConstraint to the ConstraintCollection of a DataTable.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.