摘要:
var Query= database.Table1.Find(cond, f => f.Table2, f => f.Table3, f => f.Table4, f => f.Table5) .OrderBy(ordering).Skip((request.dataPage.PageIndex 阅读全文
摘要:
场景一:在我们写SQL脚本执行普通的Id 为Int,Long 类型查询为 譬如: select *from Table where id in (1,2,3); 场景二:SQL in 查询,当查询字段为Guid,或字符串类型时候,需要对In帅选条件进行处理,譬如:select *from Table 阅读全文