Added ExecuteReader method
ExecuteReader returns an IDataReader that can be used to process the results without Dapper's mapping - for example, to fill a DataTable or DataSet
Showing
Please register or sign in to comment
ExecuteReader returns an IDataReader that can be used to process the results without Dapper's mapping - for example, to fill a DataTable or DataSet