CountOptions.Skip Property (original) (raw)

CountOptionsSkip Property

Gets or sets the skip.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

C#

VB

F#

Copy

public Nullable Skip { get; set; }

Public Property Skip As Nullable(Of Long) Get Set

member Skip : Nullable with get, set

Property Value

Type: NullableInt64

See Also

Reference

CountOptions Class

MongoDB.Driver Namespace