RGQuerySkip Property

Bypasses a specified number of elements in a sequence and then returns the remaining elements.

Definition

Namespace: Recrovit.RecroGridFramework.Data
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.5.0.24.0221.1
C#
public int Skip { get; set; }

Property Value

Int32
The number of elements to skip before returning the remaining elements.

See Also