How do I use automapper to map a dataset with multiple tables
问题 DISCLAIMER: this is a copy paste from an older stackoverflow post that isn't available anymore, but I have exaclty the same problem, so it seemed appropriate to repost it as it was never answered. I have a stored procedure that will return 4 result sets (contacts, addresses, email, phones) which is populated into a dataset. I would like to use AutoMapper to populate a complex object. public class Contact { public Guid ContactId { get; set; } public string FirstName { get; set; } public string