CountOptions.Limit Property (original) (raw)

CountOptionsLimit Property

Gets or sets the limit.

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

Syntax

C#

VB

F#

Copy

public Nullable Limit { get; set; }

Public Property Limit As Nullable(Of Long) Get Set

member Limit : Nullable with get, set

Property Value

Type: NullableInt64

See Also

Reference

CountOptions Class

MongoDB.Driver Namespace