C# Class Simple.Data.PostgreSql.PgQueryPager

Inheritance: IQueryPager
Mostrar archivo Open project: ChrisMH/Simple.Data.PostgreSql

Public Methods

Method Description
ApplyLimit ( string sql, int take ) : IEnumerable
ApplyPaging ( string sql, string keys, int skip, int take ) : IEnumerable

Method Details

ApplyLimit() public method

public ApplyLimit ( string sql, int take ) : IEnumerable
sql string
take int
return IEnumerable

ApplyPaging() public method

public ApplyPaging ( string sql, string keys, int skip, int take ) : IEnumerable
sql string
keys string
skip int
take int
return IEnumerable