Click or drag to resize
FindFluentBaseTDocument, TProjectionCount Method
Counts the number of documents.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax
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