| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- 2004-04-13 Atsushi Enomoto <[email protected]>
- * XmlDataDocument.cs:
- Load() should not read xml multiple time nor expect BaseURI (and it
- indicates the resource location is readable).
- Simplified event handling logic, and fixed missing event removal.
- Quick hack to avoid new XmlDataDocument(DataSet ds).Load ().
- Enabled CreateNavigator() that was commented out.
- 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.
|