01 2016 档案

.NET中实现分页的存储过程
摘要:alter proc getdatabypageindex @PageIndex int=1, --页码 @PageSize int=6, --分页规格 @PageCount int output --页码总数as declare @StartIndex int,@EndIndex in... 阅读全文

posted @ 2016-01-14 19:36 闷闷的小六六 阅读(211) 评论(0) 推荐(0)

导航