| 12345678910111213141516171819202122232425262728293031 |
- 2004-03-18 Atsushi Enomoto <[email protected]>
- * XmlDataDocument.cs : Fixed incorrect cast in OnDataTableRowAdded().
- This fixes bug #54505.
- 2003-07-31 Duncan Mak <[email protected]>
- * XmlDataDocument.cs (BaseURI):
- (InnerXml):
- (IsReadOnly):
- (this):
- (LocalName):
- (Name):
- (OwnerDocument):
- (WriteContentTo):
- (WriteTo): Removed, these do not need to be redefined, as
- they are inherited from XmlDocument already.
- (CreateElement): simplifed the
- implementation. XmlDocument.CreateElement can handle String.Empty
- and null just fine.
- 2003-03-12 Alan Tam <[email protected]>
- * XmlDataDocument.cs: Still need to print tag for the DataSet if there
- is no data at all.
-
- 2003-01-27 Ville Palo <[email protected]>
- * ChangeLog: Added this file.
- * XmlDataDocument.cs: Some little fixes.
|