-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
With a model like so:
public class Foo { [BsonDictionaryOptions(DictionaryRepresentation.ArrayOfDocuments)] public Dictionary<string, object> Properties { get; set; } }
We should be able to write a query like so:
foos.Where(x => x.Properties["life"] == 42);
Cheers
Stefan
- is related to
-
CSHARP-2195 Equality expression translation for RawBsonDocument collection
- Closed