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 public int Skip { get; set; }
Property Value
Type:
Int32
The number of initial rows to skip. Default value is 0
See Also