Click or drag to resize

QuerySkip Property

Gets or sets the number of initial rows to skip. Default value is 0.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public int Skip { get; set; }

Property Value

Type: Int32
The number of initial rows to skip. Default value is 0
See Also