【发布时间】:2011-10-27 11:43:59
【问题描述】:
我有这个查询,但我无法在 Lambda 表达式中找到它。
select * from NewsVersion nv
left outer join ChangeProcess cp on cp.DocumentId = nv.NewsId and cp.EndDate is null
where nv.NewsId = 'B2301B7F-D37E-4CF5-9392-01844564BFCC'
有人有想法吗?
谢谢
【问题讨论】:
标签: .net c#-4.0 lambda linq-to-entities