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


How to write where condition in linq?



How to write where condition in linq?..

Answer / Amit Mishra

"To write a WHERE clause in LINQ, use the Where() extension method. For example: var result = myList.Where(item => item.Id == 1);"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is linq and lambda expressions?

1 Answers  


When to use var or IEnumerable to store query result in LINQ?

1 Answers  


Explain what is “LINQ to Objects”?

1 Answers  


What are the linq standard query operators in linq?

1 Answers  


Is linq faster than sql?

1 Answers  


What is quantifiers in reference linq to dataset?

1 Answers  


What is linq in c #?

1 Answers  


What are element operators?

1 Answers  


Explain how you can assign a lambda expression to a delegate?

1 Answers  


What is the difference between FirstOrDefault() and SingleOrDefault() extension method in LINQ ?

1 Answers  


How to do left join in linq with entity framework?

1 Answers  


What is selectmany in linq?

1 Answers  


Categories