Is there any simple way to implement the merge query of SQL Server in Linq?
Thanks in advance!
Is there any simple way to implement the merge query of SQL Server in Linq?
Thanks in advance!
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.