Devendra Dighe

Devendra Dighe

  • NA
  • 15
  • 2.9k

linq to search datatable

Nov 4 2016 5:40 AM
I want to write a linq to search datatTable to return the Itemname who does not have atleast one tax applied
 My datatable structure is 
 ItemNamecst 2%  vat 2% sale taxexcise 
 Item1 TRUE  TRUE 
 Item2     TRUE  
 Item3    
 
my output should be Item3
 
please suggest me the solution  

Answers (4)