See Also: UniqueConstraint Members
The System.Data.UniqueConstraint is enforced on a single column (or columns) to ensure that a primary key value is unique.
Constraints are not enforced unless the DataSet.EnforceConstraints property is set to true.
When the a System.Data.DataSet is merged with a second System.Data.DataSet, constraints are not enforced until all merges are completed.