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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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) _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
