Skip to content

IPaging interface

Represents basic pagination parameters

public interface Korzh.EasyQuery.Services.IPaging

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

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.