2006-11-15 Nagappan A <anagappan@novell.com>
authorNagappan Alagappan <nagappan@gmail.com>
Wed, 15 Nov 2006 12:14:04 +0000 (12:14 -0000)
committerNagappan Alagappan <nagappan@gmail.com>
Wed, 15 Nov 2006 12:14:04 +0000 (12:14 -0000)
commit7d1611c0d46eae54c81af5c3bf370d66feb6b4fa
treeea4bd11d8c9ee67508e6c7de7a0e65b8f1092276
parent43c40ea6e807bc6a8fd2c1b492e5658e432f25bb
2006-11-15  Nagappan A  <anagappan@novell.com>

* DataTable.cs (RemotingFormat): Set the default value attribute
as SerializationFormat.Xml.
(OnTableNewRow, NewRowAdded): Implemented new function to raise an
event when a new row is added to the table.
(DataTableInitialized, OnTableInitialized): Implemented new
function to raise an event when a table is initialized.
(IsInitialized): Implemented public function to check whether a
table is initialized or not.
(OnTableClearing): Raise an event before the table is cleared.
(GetObjectData): Modified to public for .NET 2.0 implementation.
(Load): Implemented missing API to call the registered delegate
function on load exception.
(WriteXmlSchema): Implemented overloaded function to write the
hierarchy with XML Schema.

svn path=/trunk/mcs/; revision=67901
mcs/class/System.Data/System.Data/ChangeLog
mcs/class/System.Data/System.Data/DataColumn.cs
mcs/class/System.Data/System.Data/DataTable.cs
mcs/class/System.Data/System.Data/XmlSchemaWriter.cs