Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support navigation properties and operation returns without EntitySet binding #295

Closed
lewischeng-ms opened this issue Aug 3, 2015 · 1 comment
Assignees
Milestone

Comments

@lewischeng-ms
Copy link
Contributor

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.

@lewischeng-ms 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
@congysu congysu added this to the 6.14 milestone Dec 4, 2015
@LianwMS LianwMS modified the milestones: 6.14, 6.15 Dec 21, 2015
@LaylaLiu LaylaLiu assigned LianwMS and unassigned lewischeng-ms Jan 7, 2016
@LianwMS
Copy link
Contributor

LianwMS commented Feb 23, 2016

submit with 79eddec and close

@LianwMS LianwMS closed this as completed Feb 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants