Further filter a DataRow Array

A

ajit goel

Hi Everyone;

I have applied a filter to a DataTable to return a DataRow array. I
would like to apply a filter to this DataRow array to further limit
the DataRows that I would like to work with. However DataRow does not
support the Select method.

How can I workaround this problem??

Ajit Goel
 
M

Miha Markic [MVP C#]

Hi,

Why don't you use DataView (with cumulative filter) or increment the filter
you use to select the rows?
 

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

Top