Automapper Map DataTable to POCO list
问题 Trying to convert a DataTable to a POCO list. Found some answers to that topic at StackOverflow and I thougth everything should be O.K. but I doesn't get the correct result. The result is an empty list of five items. So there is no mapping from the DataRow to the POCO object. Any thoughts what can be wrong? AutoMapper is version 6.1.1 AutoMapper.Data version 1.0.0 class Program { static void Main( string[] args ) { var config = new MapperConfiguration( cfg => { cfg.CreateMissingTypeMaps =