C# 클래스 Simple.Data.PostgreSql.PgQueryPager

상속: IQueryPager
파일 보기 프로젝트 열기: ChrisMH/Simple.Data.PostgreSql

공개 메소드들

메소드 설명
ApplyLimit ( string sql, int take ) : IEnumerable
ApplyPaging ( string sql, string keys, int skip, int take ) : IEnumerable

메소드 상세

ApplyLimit() 공개 메소드

public ApplyLimit ( string sql, int take ) : IEnumerable
sql string
take int
리턴 IEnumerable

ApplyPaging() 공개 메소드

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