Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kirzner <borisk@mono-cvs.ximian.com>2004-05-19 13:39:27 +0400
committerBoris Kirzner <borisk@mono-cvs.ximian.com>2004-05-19 13:39:27 +0400
commit256439e2eb6e83703d6e3166c48eed386d8bbf22 (patch)
tree8816ceec04ba935c80a8c6e40ef2e89400a7b3d5 /mcs/class/System.Data
parent0c5044e5f0a8b424963dfedbf0be88919190a7cc (diff)
* System.Data.dll.sources : Added DataContainer.cs, RecordCache.cs
svn path=/trunk/mcs/; revision=27654
Diffstat (limited to 'mcs/class/System.Data')
-rw-r--r--mcs/class/System.Data/ChangeLog6
-rwxr-xr-xmcs/class/System.Data/System.Data.dll.sources2
2 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.Data/ChangeLog b/mcs/class/System.Data/ChangeLog
index 32adfd5cf6e..b462be35acf 100644
--- a/mcs/class/System.Data/ChangeLog
+++ b/mcs/class/System.Data/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-19 Boris Kirzner <borisk@mainsoft.com>
+ * System.Data.dll.sources : Added DataContainer.cs
+
+2004-05-19 Boris Kirzner <borisk@mainsoft.com>
+ * System.Data.dll.sources : Added RecordCache.cs
+
2004-05-14 Umadevi S <sumadevi@novell.com>
* System.Data.dll.sources : Added SQLDebugging.cs
diff --git a/mcs/class/System.Data/System.Data.dll.sources b/mcs/class/System.Data/System.Data.dll.sources
index c7e893acdb9..b6a73d62c91 100755
--- a/mcs/class/System.Data/System.Data.dll.sources
+++ b/mcs/class/System.Data/System.Data.dll.sources
@@ -135,6 +135,7 @@ System.Data.Common/DataAdapter.cs
System.Data.Common/DataColumnMappingCollection.cs
System.Data.Common/DataColumnMapping.cs
System.Data.Common/DataColumnMappingConverter.cs
+System.Data.Common/DataContainer.cs
System.Data.Common/DataTableMappingCollection.cs
System.Data.Common/DataTableMapping.cs
System.Data.Common/DataTableMappingConverter.cs
@@ -164,6 +165,7 @@ System.Data.Common/DbTransaction.cs
System.Data.Common/FieldNameLookup.cs
System.Data.Common/GroupByBehavior.cs
System.Data.Common/IdentifierCase.cs
+System.Data.Common/RecordCache.cs
System.Data.Common/RowUpdatedEventArgs.cs
System.Data.Common/RowUpdatingEventArgs.cs
System.Data.Common/SchemaInfo.cs