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


Can we use left join in linq?



Can we use left join in linq?..

Answer / Avanish Kumar

Yes, we can use Left Join in LINQ using the Join method with a custom selector. The custom selector should return a KeyValuePair<TKey, TElement> object, where the first type is the type of the key in the source table and the second type is the result to be returned.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What are lambda expressions in LINQ?

1 Answers  


Explain what is the difference between statement lambda and expression lambda?

1 Answers  


How var type is different from anonymous type?

1 Answers  


What is difference between XElement.Load() and XDocument.Load()?

1 Answers  


What are anonymous types?

1 Answers  


What are the benefits of LINQ on dataset?

1 Answers   Winsol Solutions,


What is select new linq?

1 Answers  


Explain what is select clause and where clause in linq?

1 Answers  


What are the four linq providers that .net framework ships?

1 Answers  


Why can not datareader by returned from a web services method?

1 Answers  


What is difference between first and single in linq?

1 Answers  


What is the use of linq in c#?

1 Answers  


Categories