Filtering Datatable

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have a DataSet with a couple of datatables in it. I would like to
filter the datatables in this dataset with a particular condition and assign
these data tables to a new Dataset. So the resultant DataSet is a subset of
the original Data Set. Please let me know the best way of doing this.

Thanks,
Srinivas
 
Srinivas,

Because of the fact that all objects in a dataset have a reference to their
parent. Is it not possible to assign an object to more than one parent.

The only posibility is to copy and create new objects, which is in my
opinion not a SubSet.

I hope this helps,

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