Answer Posted / Lokendra Singh Rajput
Yes, it is possible to use LINQ to query a DataTable in C#. The DataTable can be converted into an IEnumerable or Linq-compatible collection, such as List<DataRow>, and then you can apply LINQ queries on it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category