C# Class Simple.Data.Oracle.OraclePager

Inheritance: IQueryPager
Afficher le fichier Open project: flq/Simple.Data.Oracle

Méthodes publiques

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

Private Methods

Méthode Description
GetFirstColumn ( string sql ) : string
UpdateWithOrderByIfNecessary ( string sql ) : string

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