C# Class 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.
Inheritance: AbstractPaginableQuery
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

Méthode Description
ARPaginableSimpleQuery ( Type targetType, String hql ) : System

Méthodes protégées

Méthode Description
BuildHQL ( ) : string
SetQueryParameters ( IQuery query ) : void

Method Details

ARPaginableSimpleQuery() public méthode

public ARPaginableSimpleQuery ( Type targetType, String hql ) : System
targetType System.Type
hql String
Résultat System

BuildHQL() protected méthode

protected BuildHQL ( ) : string
Résultat string

SetQueryParameters() protected méthode

protected SetQueryParameters ( IQuery query ) : void
query IQuery
Résultat void