[Mono-bugs] [Bug 461692] New: DataView. Find returns wrong index if the dable was created using DataSet.ReadXml
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Dec 22 13:57:03 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=461692
Summary: DataView.Find returns wrong index if the dable was
created using DataSet.ReadXml
Product: Mono: Class Libraries
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Sys.Data
AssignedTo: bnc-blr-team-mono at forge.provo.novell.com
ReportedBy: calberto.cortez at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
It seems that DataView.Find returns the wrong row index when a DataTable was
created using DataSet.ReadXml to load a definition (it seems to return the
proper index if the table was created manually, however).
Run the attached test case: we have two rows, and we pass information to Find,
looking for the second one (index 1), but it returns index=0.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list