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_test.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_test.dll.sources')
-rw-r--r--mcs/class/System.Data/System.Data_test.dll.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.Data/System.Data_test.dll.sources b/mcs/class/System.Data/System.Data_test.dll.sources
index 6236fba3859..c78ec604e4e 100644
--- a/mcs/class/System.Data/System.Data_test.dll.sources
+++ b/mcs/class/System.Data/System.Data_test.dll.sources
@@ -50,6 +50,7 @@ System.Data.Odbc/OdbcPermissionTest.cs
System.Data.OleDb/OleDbPermissionAttributeTest.cs
System.Data.OleDb/OleDbPermissionTest.cs
System.Data.SqlClient/SqlConnectionTest.cs
+System.Data.SqlClient/SqlConnectionStringBuilderTest.cs
System.Data.SqlClient/SqlClientPermissionAttributeTest.cs
System.Data.SqlClient/SqlClientPermissionTest.cs
System.Data.Tests.Mainsoft/GHTUtils/DataProvider.cs