[Mono-bugs] [Bug 78441][Min] New - System.Data.DataTable.CreateDataReader missing because of a typo

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu May 18 09:18:25 EDT 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 adrinael at adrinael.net.

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

--- shadow/78441	2006-05-18 09:18:25.000000000 -0400
+++ shadow/78441.tmp.20724	2006-05-18 09:18:25.000000000 -0400
@@ -0,0 +1,24 @@
+Bug#: 78441
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Sys.Data
+AssignedTo: tsenganal at novell.com                            
+ReportedBy: adrinael at adrinael.net               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Data.DataTable.CreateDataReader missing because of a typo
+
+DataTable should have method CreateDataReader, which is missing currently.
+There's a curiously familiar-looking GetDataReader, which used to exist in
+DataSet too, but got changed to conform to the spec...
+
+(The current implementation just throws NotImplementedException, but that's
+enough to get things to compile, so changing the name now will improve matters)


More information about the mono-bugs mailing list