摘要:
想要的sql: select A.* from BL_BCSS_Invoice A join BL_BCSS_OfflineInvoice B on A.ID!=B.InvoiceID; 不知道如何写的linq..... from t1 in BL_BCSS_Invoice from t2 in B 阅读全文
posted @ 2019-02-15 11:48
sunshine静
阅读(304)
评论(0)
推荐(2)
摘要:
linq not in 查询 or join not in 生成的sql 语句如下 阅读全文
posted @ 2019-02-15 11:48
sunshine静
阅读(420)
评论(1)
推荐(0)