Brad,
I think that this needs a short explanation.
A datarow is an object from the datatable, that uses one other object (the
Columns) from its table to describe what is in it. Therefore as you don't
have the table, you have in fact nothing. The reference to that table is in
the datarow and you cannot reference one row to more tables.
I think therefore that mostly an easier way is to copy the table and than to
remove the rows you don't need.
Cor
"Brad" <brad.markisohn@roche.com> schreef in bericht
news:eZUFNvMxHHA.4384@TK2MSFTNGP02.phx.gbl...
[quoted text, click to view] > Is there an easy way to copy rows from one data set to another other than
> field by field copy?
>
> Thanks
>
> Brad
>