IAggregateFluent<TResult>.Limit Method |
Appends a limit stage to the pipeline.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.0.1
SyntaxIAggregateFluent<TResult> Limit(
int limit
)
Function Limit (
limit As Integer
) As IAggregateFluent(Of TResult)
abstract Limit :
limit : int -> IAggregateFluent<'TResult>
Parameters
- limit
- Type: System.Int32
The limit.
Return Value
Type:
IAggregateFluent<TResult>The fluent aggregate interface.
See Also