分页查询
Opened this issue · 0 comments
chenqilscy commented
IList<Article> list = Article.FindAll(where, Article._.Sequence.Asc(), null, startRowIndex, numPerPage);
long totalCount = Article.FindCount(where, Article._.Sequence.Asc(), null, startRowIndex, numPerPage);
可以使用Article.FindAll(where,pagerParameter)版本