Click or drag to resize

DynamicQueryEngineBase.WrapCommandInPagingQuery Method

Wraps the command in the query specified in a paging query and adds necessary parameters to the command.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
protected virtual void WrapCommandInPagingQuery(
	IRetrievalQuery query,
	int offset,
	int limit
)

Parameters

query
Type: SD.LLBLGen.Pro.ORMSupportClasses.IRetrievalQuery
The query to augment.
offset
Type: System.Int32
The offset to use. If 0, no rows are skipped.
limit
Type: System.Int32
The limit on the resultset. If 0, no limit is specified.
See Also