Lambda Not In

select * from table1 where No not in(select subNo from table2)spa 對應的lambda表達式: table var query=table1 .where(U=> ! table2.where(s=>s.subNo==U.No).any()).toList() lambda
相關文章
相關標籤/搜索