OData options like fitler, apply are not working in ODataDynamicModel #1221
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I am looking into ODataDynamicModel.
When I browse http://localhost:4527/odata/mydatasource/Products?$select=Name&$expand=DetailInfo($select=Title). it provides the result, but when I request for
$filter, $apply, $compute, $count
are not working. Only$select
and$expand
are working.I tried to add
[EnableQuery]
attribute, but it throws below error. Please help me on how to make the other odata options to work here.Beta Was this translation helpful? Give feedback.
All reactions