Does the .NET 2.0 Framework DataTable filterexperssion property support the SQL "IN" operator? If you have a solution to this please provide example code. Thank you.
A:
The RowFilter property of a DataView doesn't support SQL in any way. Is this what you were referring to?
John Saunders
2009-07-02 00:24:36