Partager via


MongoDbCursorMethodsProperties.Limit Propriété

Définition

Obtient ou définit spécifie le nombre maximal de documents retournés par le serveur. limit() est analogue à l’instruction LIMIT dans une base de données SQL. Type : entier (ou Expression avec un entier resultType).

[Newtonsoft.Json.JsonProperty(PropertyName="limit")]
public object Limit { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="limit")>]
member this.Limit : obj with get, set
Public Property Limit As Object

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à