OData response for Dynamic Model with EF #1216
Unanswered
rbalagangadharan
asked this question in
Q&A
Replies: 1 comment
-
You'll need to share more details about your implementation otherwise it is nearly impossible to know what is going on in your side @rbalagangadharan . It is likely the case that your routes are not matching your EDM but we need to see your code to understand why. |
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
-
Hey all,
I am working on dynamic EDM with EF, where I am generating the EDM at run time and returning the data from DB using EF. Everything works fine, but I am not getting the response in OData format. see the actual response below, where the odata.context, odata.nextlink is not getting generated. How to achieve this?
Actual response.
expected response
Beta Was this translation helpful? Give feedback.
All reactions