Allow the developer to change the values of the Nodes in the expression tree #843
Unanswered
EvanHennisAtMicrosoft
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like the ability to update the values that are passed into my Api from the users. For example, the users passes in an ID that they know but we have an internal id that needs to do a conversion. These ids are stored in a different schema so that we can't just do the conversion in a Linq Select function.
Example:
User passes in: https://amazingwebsite.com/products?$filter=id eq MyBarCodeValue
I need to take 'MyBarCodeValue' and query our common database to get our Id back of 'InternalPrimaryKey' and use that as the actual
id
value.Beta Was this translation helpful? Give feedback.
All reactions