I have the code below to query records from a stored procedure but am concerned I may not be disposing what I need to or am disposing when the object would be cleared by the
Personally if something has a dispose method then it is worth using it anyway as they will prevent protential memory leaks.