C# Class nHydrate.EFCore.DataAccess.Paging

Inheritance: nHydrate.EFCore.DataAccess.IPaging
Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
Paging ( ) : System

Creates a paging object

Paging ( int pageIndex, int recordsperPage ) : System

Creates a paging object

Method Details

Paging() public méthode

Creates a paging object
public Paging ( ) : System
Résultat System

Paging() public méthode

Creates a paging object
public Paging ( int pageIndex, int recordsperPage ) : System
pageIndex int The page index to load [1..N]
recordsperPage int The number of records per page.
Résultat System