Home All Groups Group Topic Archive Search About
Author
23 Oct 2006 1:21 PM
Rob Panosh
Hello,

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

Cheers,
Rob

Author
23 Oct 2006 4:46 PM
Cor Ligthert [MVP]
Rob,

Depends normally not, but the overloaded new versions do.

Cor

Show quoteHide quote
"Rob Panosh" <rob_pan***@asdsoftware.com> schreef in bericht
news:1161609687.671423.164800@m73g2000cwd.googlegroups.com...
> Hello,
>
> Does a dataview make a copy of the data in the datatable?
>
> Cheers,
> Rob
>
Author
24 Oct 2006 12:01 PM
Rob Panosh
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

Cor Ligthert [MVP] wrote:
Show quoteHide quote
> Rob,
>
> Depends normally not, but the overloaded new versions do.
>
> Cor
>
> "Rob Panosh" <rob_pan***@asdsoftware.com> schreef in bericht
> news:1161609687.671423.164800@m73g2000cwd.googlegroups.com...
> > Hello,
> >
> > Does a dataview make a copy of the data in the datatable?
> >
> > Cheers,
> > Rob
> >
Author
24 Oct 2006 4:49 PM
Cor Ligthert [MVP]
Rob,

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

Cor

Show quoteHide quote
"Rob Panosh" <rob_pan***@asdsoftware.com> schreef in bericht
news:1161691313.948749.319250@e3g2000cwe.googlegroups.com...
> 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
>
> Cor Ligthert [MVP] wrote:
>> Rob,
>>
>> Depends normally not, but the overloaded new versions do.
>>
>> Cor
>>
>> "Rob Panosh" <rob_pan***@asdsoftware.com> schreef in bericht
>> news:1161609687.671423.164800@m73g2000cwd.googlegroups.com...
>> > Hello,
>> >
>> > Does a dataview make a copy of the data in the datatable?
>> >
>> > Cheers,
>> > Rob
>> >
>