IAggregateFluentTResultLimit Method |
Appends a limit stage to the pipeline.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.5.0+57.Branch.master.Sha.6a4e00a2d91090c65a9b11364b9ebfdb9c7da076
Syntax IAggregateFluent<TResult> Limit(
int limit
)
Function Limit (
limit As Integer
) As IAggregateFluent(Of TResult)
abstract Limit :
limit : int -> IAggregateFluent<'TResult>
Parameters
- limit
- Type: SystemInt32
The limit.
Return Value
Type:
IAggregateFluentTResultThe fluent aggregate interface.
See Also