MAX_RECORD_ROWS

This commit is contained in:
Haiping Chen 2024-06-15 23:41:42 -05:00
parent ba751cdfe0
commit 752e7b15c5

View file

@ -37,6 +37,8 @@ public class Pagination
{
get { return (Page - 1) * Size; }
}
public bool ReturnTotal { get; set; } = true;
}
public class PagedItems<T>