I have 3 entities: sender receiver and parcel. I want to update it from one view, is there any link. I’m using ADO.NET for models and using database first approach. Is there any method to get all the models in one view?
I have 3 entities: sender receiver and parcel . I want to update it
Share
You can create viewmodel that “contains” those 3 entities.
of course this is the simplest solution.