hogenwang/comcms_core

分页查询

Opened this issue · 0 comments

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)版本