Click or drag to resize
QueryParameters Constructor (Int32, Int32, Int32)
Initializes a new instance of the QueryParameters class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public QueryParameters(
	int pageNumber,
	int pageSize,
	int maxNumberOfItemsToReturn
)

Parameters

pageNumber
Type: SystemInt32
The page number, from the actual public API
pageSize
Type: SystemInt32
Size of the page, from the actual public API.
maxNumberOfItemsToReturn
Type: SystemInt32
The max number of items to return, from the actual public API.
See Also