I know of existence of DataTable.Select(). It works great if you only need to find rows.
What if you need to find and modify existing rows? I can't think of any other approach than implementing my own search function.
Any input?
I am using Compact Framework 2.0, c#