Skip to content

IPaging interface

Represents basic pagination parameters

public interface Korzh.EasyQuery.Services.IPaging
TypeNameDescription
Int64PageCountGets the total number of pages in result.
Int64PageIndexGets the index of the page (started from 1).
Int64PageSizeGets the size of the page.
Int64TotalRecordsGets the total number of records in result.