摘要: 来看显示分页存储过程EF调用 首先先写分页显示的存储过程 create proc P_show ( @pageindex int , @pagesize int, @Uname nvarchar(20), @totalcount int out, @totalpage int out ) as be 阅读全文
posted @ 2021-08-18 21:13 Xin葬 阅读(57) 评论(0) 推荐(0)