Class Paging
public class Paging
- Inheritance
-
Paging
- Inherited Members
- Extension Methods
Properties
Skip
public int Skip { get; }
Property Value
Take
public int? Take { get; }
Property Value
- int?
Methods
SetPage(int?, int)
public static Paging SetPage(int? page, int pageSize)
Parameters
Returns
SetSkipTake(int, int)
public static Paging SetSkipTake(int skip, int take)
Parameters
Returns
SetStartEnd(int, int)
public static Paging SetStartEnd(int startRow, int endRow)
Parameters
Returns
ToSkipTake()
public (int Skip, int Take) ToSkipTake()
Returns
ToStartEnd()
public (int StartRow, int EndRow) ToStartEnd()