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