Robuta

https://mongodb.github.io/mongo-csharp-driver/2.13/apidocs/html/M_MongoDB_Driver_IAsyncCursorExtensions_ToList__1.htm IAsyncCursorExtensions.ToList(TDocument) Method Returns a list containing all the documents returned by a cursor. method https://mongodb.github.io/mongo-csharp-driver/2.13/apidocs/html/M_MongoDB_Driver_IAsyncCursorExtensions_FirstAsync__1.htm IAsyncCursorExtensions.FirstAsync(TDocument) Method Returns the first document of a cursor. method https://mongodb.github.io/mongo-csharp-driver/2.13/apidocs/html/M_MongoDB_Driver_IAsyncCursorExtensions_ToListAsync__1.htm IAsyncCursorExtensions.ToListAsync(TDocument) Method Returns a list containing all the documents returned by a cursor. method https://mongodb.github.io/mongo-csharp-driver/2.7/apidocs/html/M_MongoDB_Driver_IAsyncCursorExtensions_SingleOrDefault__1.htm IAsyncCursorExtensions.SingleOrDefault(TDocument) Method Returns the only document of a cursor, or a default value if the cursor contains no documents. This method throws an exception if the cursor contains more than... method https://mongodb.github.io/mongo-csharp-driver/2.13/apidocs/html/Methods_T_MongoDB_Driver_IAsyncCursorExtensions.htm IAsyncCursorExtensions Methods methods