Click or drag to resize
IFindFluent<TDocument, TProjection>.Count Method
Counts the number of documents.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
long Count(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.Threading.CancellationToken
The cancellation token.

Return Value

Type: Int64
The count.
See Also