Could I see an example of how I can get Automapper's CreateMap with a collection property based on EntitySet please? Any time I try to map TO these properties, it bombs out because the EntitySet is null and has no public constructor. I'm assuming other people are getting around this, what am I doing wrong? |
Hey Dave Jellison Fabnu, Please, check this answer. It is actually about EF, but the approach is right for any ORM. |