Share via


MongoDbCursorMethodsProperties.Limit Property

Definition

Specifies the maximum number of documents the server returns. limit() is analogous to the LIMIT statement in a SQL database. Type: integer (or Expression with resultType integer).

public object Limit { get; set; }
member this.Limit : obj with get, set
Public Property Limit As Object

Property Value

Applies to