Table of Contents

Method FindAll

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

FindAll()

Returns a cursor that can be used to find all documents in this collection as TDefaultDocuments.

public virtual MongoCursor<TDefaultDocument> FindAll()

Returns

MongoCursor<TDefaultDocument>

A MongoCursor<TDocument>.