Closed m2017atTR closed 7 years ago
ok found it
new DataPage<TEntity>()
{
Data = data,
TotalEntityCount = totalEntityCount,
PageLength = pageLength,
PageNumber = pageNumber
};
I am trying to get paged data but pager needs row count also. is there any way to solve this
thanks