次の方法で共有


MongoDbCursorMethodsProperties.Limit プロパティ

定義

サーバーが返すドキュメントの最大数を取得または設定します。 limit() は、SQL データベースの LIMIT ステートメントに似ています。 型: integer (または 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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象