More validation. Mostly to the point now where I need to work on DataTable
authorFranklin Wise <fwise@mono-cvs.ximian.com>
Tue, 20 Aug 2002 00:51:09 +0000 (00:51 -0000)
committerFranklin Wise <fwise@mono-cvs.ximian.com>
Tue, 20 Aug 2002 00:51:09 +0000 (00:51 -0000)
commit1bdd1ab34b88da32f76e1618a97dca41a048ce34
treee9bf86ed17f4fc6b5fa9a3660a06ed350df1e645
parentf928cb0cda3d8737b2f579c929d413a4a5931e55
More validation.  Mostly to the point now where I need to work on DataTable
to implement the actual constraints.

svn path=/trunk/mcs/; revision=6774
mcs/class/System.Data/.cvsignore
mcs/class/System.Data/ChangeLog
mcs/class/System.Data/System.Data/Constraint.cs
mcs/class/System.Data/System.Data/ConstraintCollection.cs
mcs/class/System.Data/System.Data/DataTable.cs
mcs/class/System.Data/System.Data/ForeignKeyConstraint.cs
mcs/class/System.Data/System.Data/UniqueConstraint.cs
mcs/class/System.Data/Test/ChangeLog
mcs/class/System.Data/Test/System.Data/ForeignKeyConstraintTest.cs