-
Type:
Improvement
-
Resolution: Done
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 1.3.1
-
Component/s: None
-
None
-
Environment:.Net
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The method Query.In supports IEnumerable<BsonValue> . So if I want to put a list<ObjectId> of ObjectIds I have to cast all the items to BSonValue.
It will be good an overload of Query.In supporting IENumerable<ObjectId>