如何轻松地将DataReader转换为List<T>?
我在一个DataReader我想被转换成List<T>..对此有什么可能的简单解决方案?
DataReader
List<T>
例如,在CustomerEntity类中,我有CustomerId和CustomerName属性。List<CustomerEntity>.
List<CustomerEntity>
相关分类