Details
-
Improvement
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
None
Description
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
Attachments
Issue Links
- is related to
-
CSHARP-2195 Equality expression translation for RawBsonDocument collection
-
- Closed
-