2002-05-11 Rodrigo Moya <rodrigo@ximian.com>
authorRodrigo Moya <rodrigo@mono-cvs.ximian.com>
Sat, 11 May 2002 19:31:30 +0000 (19:31 -0000)
committerRodrigo Moya <rodrigo@mono-cvs.ximian.com>
Sat, 11 May 2002 19:31:30 +0000 (19:31 -0000)
commit5957b40b3b5db0ed3deeb4c7e6e7a2911eb5baba
tree4d4308e08b0c3c08bb722ed69b26c4400fd6539f
parent3ea6c41dd3c8f0cb36c5331a144a26418484832c
2002-05-11  Rodrigo Moya <rodrigo@ximian.com>

* System.Data/DataTable.cs (Clear): implemented.
(DataTable): removed repeated code in constructors, and call the
basic constructor from the others.

* System.Data/DataColumn.cs: some tweaks.

* System.Data/DataRow.cs (RowState): implemented.
(CancelEdit): set rowState property back to Unchanged.
(RejectChanges): call CancelEdit.
(Delete): set rowState to Deleted.

svn path=/trunk/mcs/; revision=4534
mcs/class/System.Data/ChangeLog
mcs/class/System.Data/System.Data/DataColumn.cs
mcs/class/System.Data/System.Data/DataRow.cs
mcs/class/System.Data/System.Data/DataRowCollection.cs
mcs/class/System.Data/System.Data/DataTable.cs