Initializes a new instance of the AbstractPaginableQuery class.

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

Syntax

C#
public AbstractPaginableQuery(
	Type targetType
)

Parameters

targetType
Type

[Missing <param> documentation for "targetType"]

See Also