-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
None
Can't currently query on sub-documents of complex arrays as EF is injecting AsQueryable onto the IEnumerables in the chain which should be a no-op but the Mongo C# Driver does not ignore.
Will either need to strip them out in a visitor or prevent EF from adding them.
- depends on
-
CSHARP-4859 Support nested AsQueryable
- Closed
- fixes
-
EF-99 Querying embedded documents throws ArgumentException: TransparentIdentifier Inner is not defined
- Closed