How to make C# DataTable filter

Do you mean like this?:

dtData.Select("ID=1 AND ID2=3");

Leave a Comment