Views: 2.8K
Replies: 0
Archived
|
Pattern In Action 4.5 > example DAO for many-to-many relations using EntityFramorkI have following tables using a many-to-many relationship:
- Contact - ContactAdress - Address Now I want to prepare the dataobjects using Entity Framework. Can someone give me an example of how the AddresDao will look like for the Insert, Update, Delete and Select methods? Marcel Z, Sep 14, 2015
|