开发者

Linq to Entities Multiple left outer Joins in VB.NET

开发者 https://www.devze.com 2022-12-17 03:21 出处:网络
I am using Linq to entities which does not allow the .DefaultIfEmpty method.I need to know how to preform the following Multiple left outer join using Linq to Entities in VB.net

I am using Linq to entities which does not allow the .DefaultIfEmpty method. I need to know how to preform the following Multiple left outer join using Linq to Entities in VB.net

select * from cap开发者_开发技巧italrequests cr 
left outer join capitalrequestquotes crq on cr.ID = crq.CapitalRequestID 
left outer join la_vendor lv on crq.vendorid = lv.id where cr.id='84D6A08D-5D59-47F9-BF0C-F41F9F5A6FF9'
0

精彩评论

暂无评论...
验证码 换一张
取 消