You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we do not support navigation properties with no navigation target binding and operations returning entites that do not belong to any EntitySet. This is mainly due to that the context URL builder cannot generate correct context URL for those cases. Also some validations in the serialization and EDM prevent this.
If the entities in the response are not bound to a single entity set, such as from a function or action with no entity set path, a function import or action import with no specified entity set, or a navigation property with no navigation property binding, the context URL specifies the type of the returned entity collection.
The text was updated successfully, but these errors were encountered:
lewischeng-ms
changed the title
Support no EntitySet binding in navigation properties and operation returns
Support navigation properties and operation returns without EntitySet binding
Aug 3, 2015
Currently we do not support navigation properties with no navigation target binding and operations returning entites that do not belong to any EntitySet. This is mainly due to that the context URL builder cannot generate correct context URL for those cases. Also some validations in the serialization and EDM prevent this.
PROTOCOL 10.2:
If the entities in the response are not bound to a single entity set, such as from a function or action with no entity set path, a function import or action import with no specified entity set, or a navigation property with no navigation property binding, the context URL specifies the type of the returned entity collection.
The text was updated successfully, but these errors were encountered: