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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top