标签: c# sql-server linq-to-entities
我有dbContext上下文以及表t1和t2。是否可以在
context.t1.Join(context.t2, ...) ?
像
... FROM t1 INNER MERGE JOIN t2 ...
在TSQL中