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


What does a linq query return?



What does a linq query return?..

Answer / Avdhesh P.singh

A LINQ query returns an IEnumerable<T> or IQueryable<T>, which are collections of objects. The collection contains the results based on the operations performed in the query.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is the Difference between LINQ and Stored Procedures?

1 Answers   Sans Pareil IT Services,


What is difference between linq and sql query?

1 Answers  


What is the benefit of using linq in dataset?

1 Answers  


Which namespace is necessary to use LINQ?

1 Answers  


Can we use LINQ with databases other than SQL Server

1 Answers   Sans Pareil IT Services,


What is system linq?

1 Answers  


what is the role of DataContext classes in LINQ?

1 Answers  


How var type is different from anonymous type?

1 Answers  


Differentiate between conversion operator “ienumerable"? And “todictionary"? Of linq?

1 Answers  


What are lambda expressions in LINQ?

1 Answers  


What is the difference between first () and firstordefault () select methods in linq?

1 Answers  


Write the basic steps to execute linq query.

1 Answers  


Categories