Charles Fuller

Charles Fuller
: Charles Fuller
:  
: United State
: 29 February 2012 06:08 PM
: 28 June 2013 10:40
:
1 Article

How to use linq query on a datatable in C#

Is it possible to perform a linq query on datatable, answer is no because datatable’s row collection, DataRowCollection does not implement IEnumerable so we cannot perform linq query on it. But if there is any way to convert our datatable data row collection into IEnumerable, then surely we can. In this article we will see how to convert a datatable inot IEnumerable and perform Linq query and...   On 25 Jun 2013  Viewed: 3,899