Sys.Preview.Data.DataFilter example

Last post 09-09-2009 9:39 AM by Sonu. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 09-07-2009 5:28 AM

    • Willu
    • Top 100 Contributor
    • Joined on 09-01-2009
    • Wannabe Slacker
    • Points 74

    Sys.Preview.Data.DataFilter example

    pls can someone give me an example on how to use Sys.Preview.Data.DataFilter to filter data in a datatable.

  •  Advertisement

    Featured Advertisement

     
  • 09-09-2009 9:39 AM In reply to

    • Sonu
    • Top 10 Contributor
    • Joined on 05-22-2006
    • Montreal / Canada
    • Slacker
    • Points 12,183
    • MVP

    Re: Sys.Preview.Data.DataFilter example

    I have never used the DataFilter class, however why dont you use directly set the RowFilter Property of the DataView using dataTable.DefaultView.RowFilter = "ColumnName = Value" ?

    [MVP since 2005] [MCAD]
    Webmaster of DotNetSlackers
    Question or Suggestion?
    Feel free to ask my any .NET question
    Our Posting FAQ
Page 1 of 1 (2 items)