C# 클래스 Castle.MonoRail.ActiveRecordSupport.Pagination.ARPaginableSimpleQuery

Performs a simple query and paginate the results.
There's no need to supply a returnType, like in SimpleQuery, as we do not perform the conversion of the query results to an array.
상속: AbstractPaginableQuery
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
ARPaginableSimpleQuery ( Type targetType, String hql ) : System

보호된 메소드들

메소드 설명
BuildHQL ( ) : string
SetQueryParameters ( IQuery query ) : void

메소드 상세

ARPaginableSimpleQuery() 공개 메소드

public ARPaginableSimpleQuery ( Type targetType, String hql ) : System
targetType System.Type
hql String
리턴 System

BuildHQL() 보호된 메소드

protected BuildHQL ( ) : string
리턴 string

SetQueryParameters() 보호된 메소드

protected SetQueryParameters ( IQuery query ) : void
query IQuery
리턴 void