LINQ to实体指定连接提示

时间:2019-01-24 14:16:41

标签: c# sql-server linq-to-entities

我有dbContext上下文以及表t1和t2。是否可以在

中指定加入提示
context.t1.Join(context.t2, ...) ?

... FROM t1
INNER MERGE JOIN t2 ...

在TSQL中

0 个答案:

没有答案