Execute a SqlCommand (that returns a resultset and takes no parameters) against the provided SqlTransaction.
a SqlDataReader containing the resultset generated by the command
e.g.: SqlDataReader dr = ExecuteReader(trans, CommandType.StoredProcedure, "GetOrders");
SqlHelper Class | Mediachase.FileUploader Namespace | SqlHelper.ExecuteReader Overload List