CustomFunction in OData #1229
Unanswered
rbalagangadharan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I have a use case to add custom function in OData options like
https://localhost:8089/odata/employee?$compute=UserFunction("ConcatFirstNameAndLastName",EmpName")
In above URL
UserFunction
is a custom function andConcatFirstNameAndLastName
is custom method, so when user call above request I need to callUserFunction
andConcatFirstNameAndLastName
.Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions