摘要:
urList = (from u in urList orderby u.toolingNo_C select u).Skip(pageSize * (pageNum - 1)).Take(pageSize); OrderBy 是排序(后面是条件)然后要查询所有的,在所有的数据中在查询你要分页的数据 阅读全文
posted @ 2017-09-04 17:10
雪原日暮
阅读(128)
评论(0)
推荐(0)
摘要:
insert into xxxxxx(Col_002,UrgentStatus,DoWorkShop,Col_004,Col_005,Col_006,Col_003,Col_007,postQQ,Col_008,Col_009,Col_010) OUTPUT Inserted.sys_guid values(@Col_002,@UrgentStatus,@DoWorkShop,@Col_004... 阅读全文
posted @ 2017-09-04 09:22
雪原日暮
阅读(590)
评论(0)
推荐(0)