首页 > TAG信息列表 > orgInfo

【Linq】链表时多条件

SQL语句: SELECT * FROM dbo.PlatformUserOrg A LEFT JOIN dbo.BusinessPlatformAccount B ON A.AppId=B.AppId AND A.OrgCode=B.Account WHERE B.AccountType=0 Linq写法: from orgInfo in db.PlatformUserOrgs join accountInfo in db.BusinessPlatformAccounts on new { app