Skip to content

Commit

Permalink
set page
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Geramb committed Apr 1, 2020
1 parent e5597f1 commit dc0af85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DCCS.Data.Source/ResultWithoutTotal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ protected IQueryable<T> Paging(IQueryable<T> data)
}
else
{
Page = 1;
if (Count.HasValue)
{
tempresult = data.Take(Count.Value);
Expand Down

0 comments on commit dc0af85

Please sign in to comment.