1

My experiment Expanding collections using Web Api OData controller triggered me to think about my design.

I am wondering am I the only one using collection in a web api model because I dont find many examples, etc on any forums of such kind.

Community
  • 1
  • 1
PKB
  • 81
  • 1
  • 7

1 Answers1

0

Please take a look at this sample http://aspnet.codeplex.com/SourceControl/latest#Samples/WebApi/OData/v4/ODataQueryLimitationsSample/ . It uses collections: Customer.Orders.

Tan Jinfu
  • 3,327
  • 1
  • 19
  • 20