Should be overriden to return the custom HQL to be ran.

Namespace: Castle.MonoRail.ActiveRecordSupport.Pagination
Assembly:  Castle.MonoRail.ActiveRecordSupport (in Castle.MonoRail.ActiveRecordSupport.dll)
Version: 1.0.3.0

Syntax

C#
protected abstract string BuildHQL()

Return Value

The custom HQL to be ran

See Also