Closed senseibaka closed 6 years ago
A lot of our testing has revolved around using Dapper, or just the plain old AseDataReader. There is also the option of using System.Data.DataSet.
Dapper
AseDataReader
System.Data.DataSet
We should add tests revolving around the use of DataSet, and then fix any emergent bugs. Maybe start with DataSet.Load.
DataSet
DataSet.Load
A lot of our testing has revolved around using
Dapper
, or just the plain oldAseDataReader
. There is also the option of usingSystem.Data.DataSet
.We should add tests revolving around the use of
DataSet
, and then fix any emergent bugs. Maybe start withDataSet.Load
.