* DataAdapter.cs (CloneInternals): Mark with ObsoleteAttribute for
[mono.git] / mcs / class / System.Data / System.Xml / ChangeLog
1 2003-07-31  Duncan Mak  <duncan@ximian.com>
2
3         * XmlDataDocument.cs (BaseURI):
4         (InnerXml):
5         (IsReadOnly):
6         (this):
7         (LocalName):
8         (Name):
9         (OwnerDocument):
10         (WriteContentTo):
11         (WriteTo): Removed, these do not need to be redefined, as
12         they are inherited from XmlDocument already.
13
14         (CreateElement): simplifed the
15         implementation. XmlDocument.CreateElement can handle String.Empty
16         and null just fine.
17
18 2003-03-12  Alan Tam <Tam@SiuLung.com>
19
20         * XmlDataDocument.cs: Still need to print tag for the DataSet if there
21         is no data at all.
22         
23 2003-01-27  Ville Palo <vi64pa@koti.soon.fi>
24
25         * ChangeLog: Added this file.
26         * XmlDataDocument.cs: Some little fixes.