Yes, the finally block of those methods would have the "ConnectionObject".Close method call.
But, SQL Helper is quite old, and you can move to better and advanced alternatives such as Enterprise Library Data application blocks.
As a transition from the 1.1 , the SqlHelper class was was actually replaced with an abstract class - Database from which two other classes derived from it. the SqlDatabase and the OracleDatabase classes.