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


Which classs extension methods are used in linq to sql?



Which classs extension methods are used in linq to sql?..

Answer / Aravendra Singh

"The extension methods commonly used in LINQ to SQL include: 1. AsEnumerable: Converts an IQueryable into an IEnumerable. 2. ToList: Executes the query and returns a List<T>. 3. FirstOrDefault: Returns the first element of the sequence or a default value if no elements exist."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is difference between linq and sql entity framework?

1 Answers  


Why is linq required?

1 Answers  


LINQ query is executed in which statement?

1 Answers  


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

1 Answers  


What do you understand by linq to xml?

1 Answers  


What is difference between first and single in linq?

1 Answers  


What is Expression?

1 Answers  


what is the difference between Skip() and SkipWhile() extension method?

1 Answers  


How LINQ is beneficial than Stored Procedures?

1 Answers  


What is the difference between single and first in linq?

1 Answers  


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

1 Answers  


Explain what is the extension of the file, when LINQ to SQL is used?

1 Answers  


Categories