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:
authorSureshkumar T <suresh@mono-cvs.ximian.com>2005-06-21 13:56:41 +0400
committerSureshkumar T <suresh@mono-cvs.ximian.com>2005-06-21 13:56:41 +0400
commit6809aa66f489b11bd844b2f54272cf2fb517f311 (patch)
treed8e77b21ee0cac68472634432fa87f5742031299 /mcs/class/System.Data/System.Data.dll.sources
parente6190c1d6ac89aa5266d4889ab30a428422198ee (diff)
2005-06-21 Sureshkumar T <tsureshkumar@novell.com>
* System.Data.Common/DbConnectionStringBuilder.cs: Implemented method for parsing connection string through "ConnectionString" property. * System.Data.Common/DbConnectionStringBuilderHelper.cs: Helper class to provide conversion between string=>.net type mapping for connection string builders. The idea is to use between other providers (odbc) as well. * System.Data.SqlClient/SqlConnectionStringBuilder.cs: Connection String Builder class for SqlClient Data Provider. * Test/System.Data.SqlClient/SqlConnectionStringBuilderTest.cs: Added some preliminary tests. * System.Data.dll.sources: Added SqlConnectionStringBuilder.cs and DbConnectionStringBuilderHelper.cs * System.Data_test.dll.sources: Added SqlConnectionStringBuilderTest.cs svn path=/trunk/mcs/; revision=46289
Diffstat (limited to 'mcs/class/System.Data/System.Data.dll.sources')
-rwxr-xr-xmcs/class/System.Data/System.Data.dll.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data.dll.sources b/mcs/class/System.Data/System.Data.dll.sources
index 184797a5bae..65801281f11 100755
--- a/mcs/class/System.Data/System.Data.dll.sources
+++ b/mcs/class/System.Data/System.Data.dll.sources
@@ -146,6 +146,7 @@ System.Data.Common/DataTableMapping.cs
System.Data.Common/DataTableMappingConverter.cs
System.Data.Common/DbCommandBuilder.cs
System.Data.Common/DbConnectionStringBuilder.cs
+System.Data.Common/DbConnectionStringBuilderHelper.cs
System.Data.Common/DbCommand.cs
System.Data.Common/DbCommandOptionalFeatures.cs
System.Data.Common/DbCommandSet.cs
@@ -313,6 +314,7 @@ System.Data.SqlClient/SqlClientPermissionAttribute.cs
System.Data.SqlClient/SqlCommand.cs
System.Data.SqlClient/SqlCommandBuilder.cs
System.Data.SqlClient/SqlConnection.cs
+System.Data.SqlClient/SqlConnectionStringBuilder.cs
System.Data.SqlClient/SqlDataAdapter.cs
System.Data.SqlClient/SqlDataReader.cs
System.Data.SqlClient/SqlError.cs