IPaging interface
Represents basic pagination parameters
public interface Korzh.EasyQuery.Services.IPaging
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
Int64 | PageCount | Gets the total number of pages in result. |
Int64 | PageIndex | Gets the index of the page (started from 1). |
Int64 | PageSize | Gets the size of the page. |
Int64 | TotalRecords | Gets the total number of records in result. |