-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
If F is of type C and D is a subclass of C, translate:
document.F is D
to:
{ "F._t" : "D" }
Note: the actual values for _t and D should be determined using the appropriate discriminator convention.
- is depended on by
-
CSHARP-3473 LINQ3: Get PredicateTranslatorTests to pass
- Closed