Question:You want to expose a portion of your data model as a service by using OData. Which actions should you take? (Choose all that apply.)
A Create a service class that inherits from DataService
B Create a service class that inherits from DataContract.
C Indicate what the service should expose inside the InitializeService method.
D Indicate what the service should expose inside the Init method.
+ AnswerA C
+ Report