* Constraint.cs: marked methods internal to fix public API
authorGert Driesen <drieseng@users.sourceforge.net>
Fri, 4 Jun 2004 05:34:25 +0000 (05:34 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Fri, 4 Jun 2004 05:34:25 +0000 (05:34 -0000)
commit8ab8dabc37d8a8353923ad15f61e3c5975d39567
treea0a1aa945acaa9a80bfc65eeffd679aa32e61fd1
parent2b6d46ff2906cf680b4f0daa1329f1ad4f9cba9f
* Constraint.cs: marked methods internal to fix public API
* ConstraintCollection.cs: to fix public API, use
DataTable.fInitInProgress to check whether initialization
of DataTable is in progress
* DataColumn.cs: added stubs for missing methods
* DataRowBuilder.cs: marked Table property internal to
fix public API
* DataSet.cs: removed extra empty destructor, marked
OnMergeFailed internal to fix public API
* DataTable.cs: use fInitInProgress field to hold init
status, to match MS.NET
* DataView.cs: added missing attributes on IsOpen

svn path=/trunk/mcs/; revision=28816
mcs/class/System.Data/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/DataColumn.cs
mcs/class/System.Data/System.Data/DataRowBuilder.cs
mcs/class/System.Data/System.Data/DataSet.cs
mcs/class/System.Data/System.Data/DataTable.cs
mcs/class/System.Data/System.Data/DataView.cs