左连接日常使用比较多,假如有两张表tbRoom和tbUserInfo。得到房间住户信息:C#var list = from r in tbRooms join ui in tbUserInfos on r.
確定! 回上一頁