Skip to main content

ipaging-interface

Represents basic pagination parameters

public interface Korzh.EasyQuery.Services.IPaging

Assembly: Korzh.EasyQuery.dll

Properties

NameTypeDescription
PageCountlongGets the total number of pages in result.
PageIndexlongGets the index of the page (started from 1).
PageSizelongGets the size of the page.
TotalRecordslongGets the total number of records in result.