1

Is there any simple way to implement the merge query of SQL Server in Linq?

Thanks in advance!

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
zs2020
  • 53,766
  • 29
  • 154
  • 219

1 Answers1

0

There is no such built in functionality because the basis of LINQ is to query object models. However, it's not too hard to build it.

Community
  • 1
  • 1
Mike Perrenoud
  • 66,820
  • 29
  • 157
  • 232