-
Notifications
You must be signed in to change notification settings - Fork 19
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
Question: Vocabulary annotations for contained entity sets? #35
Comments
FYI: I have some issue search, and probably my question has some relations with issue |
@mikepizzo please follow up this issue with OASIS TC. Thanks. |
Recently updated my project to OData 8.0.8 and issue is still present in 2022. Reproduce: just add contained entity with concurrency token (in my case Later if I trying to patch As a workaround I use following snippet, hope you understand my domain context
If I just set @xuzhg please take a look, probably this issue should be transferred to https://github.com/OData/ModelBuilder repo, I not sure |
Interface IEdmEntitySet include interface IEdmVocabularyAnnotatable, so I can set, for example, optimistic concurrency properties for top-level entity set.
BUT, interface IEdmContainedEntitySet not include IEdmVocabularyAnnotatable, so I can't set optimistic concurrency properties for non-top level entity set.
Probably I am missing something, but element from top-level EntitySet and it child from selecondlevel ContainedEntitySet both can have concurrency properties.
Can somebody explain why contained entity set so restricted that them cannot be annotated?
The text was updated successfully, but these errors were encountered: