Table of Contents

Method Any

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Core.dll

Any<TDocument>(IAsyncCursorSource<TDocument>, CancellationToken)

Determines whether the cursor returned by a cursor source contains any documents.

public static bool Any<TDocument>(this IAsyncCursorSource<TDocument> source, CancellationToken cancellationToken = default)

Parameters

source IAsyncCursorSource<TDocument>

The source.

cancellationToken CancellationToken

The cancellation token.

Returns

bool

True if the cursor contains any documents.

Type Parameters

TDocument

The type of the document.