ChangeLog 803 B

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