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...


Why we use iqueryable in linq?



Why we use iqueryable in linq?..

Answer / Ajeet Singh

IQueryable is used in Linq because it is an interface that allows for deferred execution of queries. This means that the query is not executed until the result is actually needed, which can be more efficient when dealing with large data sets. IQueryable also provides a way to work with LINQ to SQL queries, allowing for database queries to be written in a similar syntax to Linq to Objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What are different methods to write LINQ Query?

1 Answers  


What are advantages of LINQ?

1 Answers  


Explain how standard query operators useful in LINQ?

1 Answers  


What are important features of linq?

1 Answers  


What is difference between IEnumerable and IList?

1 Answers  


How is datacontext class related to linq?

1 Answers  


What are different types of operators in LINQ?

1 Answers  


How to use GroupBy in LINQ?

1 Answers  


How can we find sequence of items in two different array (same type) in the same order using linq query?

1 Answers  


What are the types of LINQ?

1 Answers  


How LINQ query is compiled to Expression Trees?

1 Answers  


Explain how LINQ is useful than Stored Procedures?

1 Answers  


Categories