OData 8 : Filter on enum with EnableEnumPrefixFree option is available. #510
Unanswered
ashwani-intsof
asked this question in
Q&A
Replies: 1 comment
-
|
In OData 8.0 no need to use [EnableEnumPrefixFree]. By default it's work without namespaces. |
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.
-
Need to filter on enum but need to add whole namespace.
ex: https://localhost:44331/api/management/v2/Documents?$count=true&$select=Id,ContentType&$filter=ContentType eq Project.Document.ContentType'Unknown'
Is there any way to remove those enum prefix in OData 8.0 like in earlier version have something [EnableEnumPrefixFree].
Beta Was this translation helpful? Give feedback.
All reactions