Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can we use linq to query against a datatable?



Can we use linq to query against a datatable?..

Answer / 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

More LINQ Language-Integrated Query Interview Questions

How to pass parameters to stored procedure using linq?

1 Answers  


what is lambda expressions in LINQ?

1 Answers  


Explain what are compiled queries?

1 Answers  


How to write not in query in linq?

1 Answers  


What is linq and why use it?

1 Answers  


Explain what is the difference between skip() and skipwhile() extension method?

1 Answers  


Why is linq useful?

1 Answers  


What is difference between LINQ AND PLINQ?

1 Answers  


How to return list from linq query?

1 Answers  


What is linq in sql?

1 Answers  


Is linq orm?

1 Answers  


What is linq in xamarin?

1 Answers  


Categories