Click or drag to resize

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: 6.0.0
Syntax
C#
public int Skip { get; set; }

Property Value

Type: Int32
The number of elements to skip before returning the remaining elements.
See Also