作者wind681201 (阿风~~)
看板Visual_Basic
标题[.NET] 一个linq的写法
时间Fri Apr 10 20:15:58 2015
请输入专案类型(网站专案或者应用程式专案):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://webptt.com/cn.aspx?n=bbs/Visual_Basic/M.1428668161.A.2BB.html