[Mono-bugs] [Bug 77564][Wis] New - Add GetProperties to DbConnectionStringBuilder

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Feb 15 13:37:03 EST 2006


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by nux at nux.co.za.

http://bugzilla.ximian.com/show_bug.cgi?id=77564

--- shadow/77564	2006-02-15 13:37:03.000000000 -0500
+++ shadow/77564.tmp.24764	2006-02-15 13:37:03.000000000 -0500
@@ -0,0 +1,30 @@
+Bug#: 77564
+Product: Mono: Class Libraries
+Version: unspecified
+OS: SUSE 9.2
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Data
+AssignedTo: tsenganal at novell.com                            
+ReportedBy: nux at nux.co.za               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Add GetProperties to DbConnectionStringBuilder
+
+Please add the following to
+mcs/class/System.Data/System.Data.Common/DbConnectionStringBuilder.cs
+
+[MonoTODO]
+protected virtual void GetProperties(Hashtable propertyDescriptors)
+{
+   throw new NotImplementedException();
+}
+
+
+I'm trying to use CRLab MySQLDirect .net in Mono through DBProviderFactory
+and it needs the following method to exists


More information about the mono-bugs mailing list