[.NET] 一個linq的寫法

看板Visual_Basic作者 (阿風~~)時間9年前 (2015/04/10 20:16), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
請輸入專案類型(網站專案或者應用程式專案):asp.net 各位想請問一下一個Linq的寫法 我有二個資料表Table1、Table2 Table1的欄位有三個t1、t2、t3 Table2的欄位有六個a1 a2 a3 b1 b2 b3 我想要做的是 用回圈的寫法是 for each d in table1 if (a1 = t1 and a2 =t2 and a3=t3) or (b1=t1 and b2=t2 and b3=t3) then 就刪掉這筆資料 end if next 我要從table1中(濾掉) 上述table2中有的資料,請問linq的寫法怎麼寫? table1留下來的是table2沒有的 條件是 (a1 = t1 and a2 =t2 and a3=t3) or (b1=t1 and b2=t2 and b3=t3) -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 220.135.124.131 ※ 文章網址: https://www.ptt.cc/bbs/Visual_Basic/M.1428668161.A.2BB.html
文章代碼(AID): #1L9xy1Ax (Visual_Basic)
文章代碼(AID): #1L9xy1Ax (Visual_Basic)