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

What is expression tree in linq?

1 Answers  


What is linq in c# with example?

1 Answers  


What are linq extension methods?

1 Answers  


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

1 Answers  


How much does a reveal linq cost?

1 Answers  


What are the advantages of using linq in dataset?

1 Answers  


List out the three main components of LINQ?

1 Answers  


How would you count the elements in a list or collection?

1 Answers  


What is the difference between linq to sql and entity framework?

1 Answers  


Explain what is the difference between statement lambda and expression lambda?

1 Answers  


How you can assign a lambda expression to a delegate?

1 Answers  


Explain how standard query operators useful in LINQ?

1 Answers  


Categories