FindOptionsTDocument, TProjectionSkip Property |
Gets or sets how many documents to skip before returning the rest.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.3.0
Syntax public Nullable<int> Skip { get; set; }
Public Property Skip As Nullable(Of Integer)
Get
Set
member Skip : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also