| RGQuerySkip Property |
Bypasses a specified number of elements in a sequence and then returns the remaining elements.
Namespace:
Recrovit.RecroGridFramework.Data
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax public int Skip { get; set; }
Property Value
Type:
Int32
The number of elements to skip before returning the remaining elements.
See Also