C# Class Simple.Data.PostgreSql.PgQueryPager

Inheritance: IQueryPager
Afficher le fichier Open project: ChrisMH/Simple.Data.PostgreSql

Méthodes publiques

Méthode Description
ApplyLimit ( string sql, int take ) : IEnumerable
ApplyPaging ( string sql, string keys, int skip, int take ) : IEnumerable

Method Details

ApplyLimit() public méthode

public ApplyLimit ( string sql, int take ) : IEnumerable
sql string
take int
Résultat IEnumerable

ApplyPaging() public méthode

public ApplyPaging ( string sql, string keys, int skip, int take ) : IEnumerable
sql string
keys string
skip int
take int
Résultat IEnumerable