Re: Further filter a DataRow Array

From: Miha Markic [MVP C#] (miha)
Date: 09/27/04


Date: Mon, 27 Sep 2004 10:11:12 +0200

Hi,

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

-- 
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
"ajit goel" <ajit.goel@wipro.com> wrote in message 
news:6ec23a57.0409262348.56d8ca80@posting.google.com...
> 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 


Relevant Pages

  • Further filter a DataRow Array
    ... I have applied a filter to a DataTable to return a DataRow array. ... How can I workaround this problem?? ... Ajit Goel ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Huge data
    ... Can't you filter the data or something? ... miha at rthand com ... > data from the database knowing that I have to work with it and eventually ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Select Null
    ... miha at rthand com ... > I've tried the code above, no errors but it doesn't filter out the rows ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: DataView.RowFilter
    ... (seems a bit starnge if not possible since Parent.Name works fine) ... > One way would be to create an expression column in each child with parent ... > miha at rthand com ... >> I need to filter a view on values from parent table, ...
    (microsoft.public.dotnet.framework.adonet)