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
Post a Comment