RetrievalQueryManualRowsToTake Property |
Only valid when RequiresClientSidePaging is set to true. Required to calculate the actual page start.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic int ManualRowsToTake { get; set; }
Public Property ManualRowsToTake As Integer
Get
Set
Property Value
Type:
Int32Implements
IRetrievalQueryManualRowsToTake
See Also