I have loaded a whole single table in a DataSet

Now I want to perform search within the DataSet
which has expressions like..

"ProductName LIKE 'c%' AND QuantityPerUnit > 100"

how do i filter the DataSet with such conditions ?