摘要:
public void CreateStaticPage(int bookId) { //查询到id var book = this.DbSession.BooksDal.LoadEntities(c => c.Id==bookId).FirstOrDefault(); //打开html模版文件 v 阅读全文
摘要:
第一种方式是用循环去匹配,可能效率比较慢 //for (int i = 0; i < Nic.Rows.Count; i++) //{ // for (int j = 0; j < dt.Rows.Count; j++) // { //表一的ProductCode 不等于表二的ProductCode 阅读全文