[DOCS-7364] Comment on: "primer/query.txt" Created: 08/Mar/16  Updated: 18/May/16  Resolved: 18/May/16

Status: Closed
Project: Documentation
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Docs Collector User (Inactive) Assignee: Unassigned
Resolution: Duplicate Votes: 0
Labels: collector-298ba4e7
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

windows7, .net4.5, latest mongodb and suggested driver

Location: https://docs.mongodb.org/getting-started/csharp/query/
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0
Screen Resolution: 1536 x 864
repo: docs
source: query


Participants:
Days since reply: 7 years, 39 weeks, 1 day ago
Epic Link: docs-primer

 Description   

https://docs.mongodb.org/getting-started/csharp/query/

example did not work on my machine, this was not working:

var filter = new BsonDocument();
using (var cursor = await collection.FindAsync(filter))
// execution stopped here

// with empty filter document it did work
var filter2 = Builders<BsonDocument>.Filter.Empty;
using (var cursor = await collection.FindAsync(filter2))



 Comments   
Comment by Kay Kim (Inactive) [ 18/May/16 ]

Getting started guides will be updated as part of the drivers playbook rewrite.

Generated at Thu Feb 08 07:54:08 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.