Search string and get its column name from datatable
String[] s=new string (){and,set,eord}How to search the above string array in datatable and get that corresponding column name using Linq.
String[] s = { "and", "set", "eord" };
s.Where(a => a == "and");