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