Hi guys,
I have a question about using these entities with breeze. The entities generated have a property with the correct array type for a navigation property. If I do a query where I include an expand clause, I can see in the query results that the associated objects are loaded, and I can also see that the root entity is loaded, and that the array property has been "attacked" by breeze (it's added a bunch of custom properties and functions to the array object).
However the contents of the array is empty. So although the correct entities have been loaded, they are not associated with the root entity correctly.
Any idea how to overcome this?
Thanks!