ReverseMap equivalent for CreateProjection #3953
jeffmccormick
started this conversation in
Ideas
Replies: 3 comments 3 replies
-
Nope I don't think so. I don't see why you'd project in two directions? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ahhh you want to project in one direction, map in the other, I see now. |
Beta Was this translation helpful? Give feedback.
3 replies
-
If you must, see this. But I would simply create the map explicitly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version: 11.0.1
Question
With the new projection API, are there plans to include a
ReverseMap()
equivalent forIProjectionExpression<>
? Or is the recommendation to simply create a separate map for the reverse direction.The upgrade guide does not mention a path to follow for reverse mapping. It seems plausible that a
IProjectionExpression<>
could be reversed into anIMappingExpression<>
.Example
Beta Was this translation helpful? Give feedback.
All reactions