MAX_RECORD_ROWS
This commit is contained in:
parent
ba751cdfe0
commit
752e7b15c5
|
|
@ -37,6 +37,8 @@ public class Pagination
|
|||
{
|
||||
get { return (Page - 1) * Size; }
|
||||
}
|
||||
|
||||
public bool ReturnTotal { get; set; } = true;
|
||||
}
|
||||
|
||||
public class PagedItems<T>
|
||||
|
|
|
|||
Loading…
Reference in a new issue