Dataset size

  • Thread starter Thread starter Issac
  • Start date Start date
I

Issac

Hi,

Is there anyway I can get the size of dataset (or
datatable)?
I would like to check how much stuff return for each query.

Thanks.
 
Hi Issac,

A datatable has a
datatable.rows.count
Is there anyway I can get the size of dataset (or
datatable)?
I would like to check how much stuff return for each query.

I hope this helps?

Cor
 
Thanks for reply.
Sorry I should be more clear, I mean capacity,
in bytes or something.
Any idea?
 
Hi Issac,

Did you ever look at the dataset object how many information is in it to
manage it.
(Think only on a XML dataset with full schema how many tags are in that,
and in that is less than in memory )

Which bytes do you mean?

Cor
 
Like in Data Adapter Preview window,
you can preview the size of the dataset.

the size is in terms of how many bytes

I want to know how too.
 
Back
Top