DataView Question

  • Thread starter Thread starter Rob Panosh
  • Start date Start date
R

Rob Panosh

Hello,

Does a dataview make a copy of the data in the datatable?

Cheers,
Rob
 
Rob,

Depends normally not, but the overloaded new versions do.

Cor
 
Cor,

Thanks for the reply. So let say I have a datatable with about 100
rows in it and I create a view with a filter of 1/3 of the rows. Would
you expect much overhead in the view?

Cheers,
Rob
 
Rob,

A datatable contains a dataview. The name is the defaultview. I assume that
with this I answer indirect your question.

Cor
 

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