join LINQ statement is used to merge two data sources to perform queries - LINQ

Q.  Which LINQ statement is used to merge two data sources to perform queries?
- Published on 31 Aug 15

a. where
b. select
c. join
d. group

ANSWER: join
 
The join clause is used to combine the elements of two different sources. The following are three most common join types:

• Inner join
• Group join
• Left outer join

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)