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 SELECT clause comes after FROM clause in LINQ?



why SELECT clause comes after FROM clause in LINQ?..

Answer / Sulabh Trivedi

The SELECT clause in LINQ specifies the output of a query, i.e., which properties or fields to include in the results. It comes after the FROM clause because the FROM clause is used to define the data source and the SELECT clause processes that data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is linq and how when is it used?

1 Answers  


Why is linq required?

1 Answers  


What are the advantages of using linq in dataset?

1 Answers  


Which one is fast between SingleOrDefault and FirstOrDefault?

1 Answers  


Explain Union, Intersect and Except?

1 Answers  


How you can assign a lambda expression to a delegate?

1 Answers  


How are standard query operators implemented in linq?

1 Answers  


What is defaultifempty in linq?

1 Answers  


In LINQ, lambda expressions underlie many of the standard query operators. Is it True or False?

1 Answers  


What are conversion operators?

1 Answers  


What is difference among Any, All and Contains?

1 Answers  


What is linq and lambda expressions?

1 Answers  


Categories