entity framework - Benifit of EntityContainer and AssociationSet in odata -


i new odata. not able understand benefit of associationset , entitycontainer.

i understand association represents foreign key relationship between entities. why need logical grouping of association associationset? gain out of it?

similarly why need entitycontainer? these logical groups adding value to?

further, shouldn't navigation default derived association?

odata uses entity data model (edm) evolved https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/entity-data-model

for associationset, please refer to: https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/association-set benefit.

for entity container, please refer to: https://docs.microsoft.com/en-us/dotnet/framework/data/adonet/entity-container benefit.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -