摘要:
public List<SongList> SongLists(int pageIndex, int pageSize, out int totaPage) { var quaryable = Dataslot.MusicContexts.SongList.AsQueryable(); quarya 阅读全文
摘要:
Create PROC [dbo].[ProcPageList] ( @pageSize INT = 20, --每页记录数 @pageNo INT =1, --当前页 @tableName VARCHAR(50), --表名 @whereString VARCHAR(800) = ' 1=1 ', 阅读全文