Kizspy | Question: 37
(Choose 1 answer)
How do you enable OData query options on a specific controller action?
A. By adding the [EnableQuery] attribute to the action method.
B. By naming the action method GetWithOData.
C. By inheriting from ODataController.
D. It is enabled automatically on all actions once OData is configured.