Click or drag to resize

FindFluentBaseTDocument, TProjectionCount Method

Note: This API is now obsolete.

Counts the number of documents.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
[ObsoleteAttribute("Use CountDocuments instead.")]
public virtual long Count(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Int64
The count.

Implements

IFindFluentTDocument, TProjectionCount(CancellationToken)
See Also