RetrievalQueryManualRowsToSkip 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 ManualRowsToSkip { get; set; }
Public Property ManualRowsToSkip As Integer
Get
Set
Property Value
Type:
Int32Implements
IRetrievalQueryManualRowsToSkip
See Also