Click or drag to resize

DataApiQuerySkip Property

Bypasses a specified number of elements in a sequence and then returns the remaining elements. By default, Casewhere will skip none.

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public int Skip { get; set; }

Property Value

Type: Int32
See Also