Create DataTable from DataView

  • Thread starter Thread starter Billgsd
  • Start date Start date
B

Billgsd

I have a dataview with the RowFilter Set. I'd like to
copy the entire contents to a new DataTable instance. Is
there a way to do this without iterating through each
view record?

-Billgsd
 
Hi,

Billgsd said:
I have a dataview with the RowFilter Set. I'd like to
copy the entire contents to a new DataTable instance. Is
there a way to do this without iterating through each
view record?

AFAIK that would be the only way.
 
Back
Top