Skip to content

PagingSettings class

Default implementation of IPaging interface

public class Korzh.EasyQuery.Services.PagingSettings
: IPaging
TypeNameDescription
BooleanEnabledGets or sets a value indicating whether pagination is enabled.
Int64PageCountGets the total number of pages in result. The value of this property is calculated automatically when TotalRecords is changed.
Int64PageIndexGets the index of the page (started from 1).
Int64PageSizeGets the size of the page.
Int64TotalRecordsGets the total number of records in result.