|
|
|
date: Tue, 17 Jan 2006 17:28:02 -0800,
group: microsoft.public.dotnet.datatools
back
RE: Selecting rows with Strong Data Types DataSets
For those interested I figured out how, its simple, once you perform the
table.select which returns a datarow(), you just convert each row to your
tableRow with CTYPE or DirectCast...
--
Thanks in advance
Rafael
"Rafael" wrote:
> I’m using Strong Data Types DataSets. Using it is great for several reasons,
> one of them is creating new rows using NewTableRow, this row is not a simple
> DataRow, but a complex DataRow with table fields as properties,
> xmlSchemaWriting, etc..
>
> But when you perform table.Select it returns a simple DataRow(), then you
> are forced to access each field using field names and columnCollections. Is
> there a way to perform a table.Select and having an array TableRow() as a
> result?
>
> --
> Thanks in advance
>
> Rafael
date: Thu, 19 Jan 2006 05:58:05 -0800
author: Rafael
|
|