OData Doesn't Recognize My Collection Properties
问题 When I post a ShakeoutDocument without the collections populated, the OData Serializer understands the JSON & populates the ODataActionParameters correctly. However, when I add a child-record into either of the ShakeoutDocument's collection properties...the Odata Controller's ODataActionParameters parameter is null. I have narrowed it down to the OData EDM Model Configuration . How do I correctly "characterize" the collection properties (below) to the EDM Model Configuration THE CLASS LOOKS