Is there a way (library/class) to automagically map the result of a MySqlCommand statement to a List<T> or T of a given type of my choice. I want to use MySql for my core 2.0 app but I don't want to and already am not using Entity Framework.
↧