In LINQ to Entities, the ___________ operator is used to combine two or more sequences into a single result.

  • Concatenate
  • Join
  • Merge
  • Union
In LINQ to Entities, the Concatenate operator is used to combine two or more sequences into a single result. It returns a new sequence that contains elements from the input sequences.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *