2006-11-21 Nagappan A <anagappan@novell.com>
authorNagappan Alagappan <nagappan@gmail.com>
Tue, 21 Nov 2006 05:24:03 +0000 (05:24 -0000)
committerNagappan Alagappan <nagappan@gmail.com>
Tue, 21 Nov 2006 05:24:03 +0000 (05:24 -0000)
commita7bfd46b45efedee7a24d59be3d359f920bb1898
tree1b46745ea7c24a1b3f49b0c68eeb5e0128c9e81a
parent3cecc392787128275d9a1a70d628c3d331887457
2006-11-21  Nagappan A  <anagappan@novell.com>

* DataSet.cs: Added ISupportInitializeNotification for .NET 2.0
profile.
(RemotingFormat): Set the default value attribute as
SerializationFormat.Xml.
(IsInitialized): Implemented public function to check whether a
table is initialized or not.
(CreateDataReader): Added params keyword in argument.
(Load): Implemented all Load overloaded functions.
(GetObjectData): Modified to public for .NET 2.0 implementation.
(IsBinarySerialized): Implemented the public API to check whether
the given stream is binary serialized or not.
* DataTable.cs: Added ISupportInitializeNotification for .NET 2.0
profile.

svn path=/trunk/mcs/; revision=68236
mcs/class/System.Data/System.Data/ChangeLog
mcs/class/System.Data/System.Data/DataSet.cs
mcs/class/System.Data/System.Data/DataTable.cs