-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
Not Needed
-
The task is to support generating pipelines containing type conversion operators like the general purpose $convert and the type specific $toXyz operators in:
- PipelineStageDefinitionBuilder.Project
- LINQ Select expressions
Simple type conversions can be expressed as C# cast expressions.
It remains to be seen how conversions with options (see $convert onError and on Null arguments) might be expressed as C# expressions.
- is depended on by
-
DRIVERS-438 Type Conversions in aggregation
- Closed