Re: recordset.GetRows agains DataSet
Dean Cleaver <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <4543A775711185429E59B18055D4167423185A@sxslakl004.xceptionsoftware.com> |
How about doing a table.Select("", "");
Select returns rows filtered and sorted the way you want - I presume if
you pass in to criteria, it returns all the rows sorted as they are -
and the return is an array of DataRow objects.
Dino
-----Original Message-----
From: Discussion forum for developers using Windows Forms to build apps
and controls [mailto:[email protected]] On Behalf Of
Carlos Venero
Sent: Thursday, 17 May 2007 07:16
To: [email protected]
Subject: Re: [DOTNET-WINFORMS] recordset.GetRows agains DataSet
I guess I have to iterate via DataRows.
thanks for the prompt response