B
bart
I have two questions about the dispose process
1) If I call dispose on a connection, I assume that all
the command objects using that connections will also be
destroyed
2) Should I call dispose on all my objects or let the GC
take care of it?
thanks in advance,
Bart
1) If I call dispose on a connection, I assume that all
the command objects using that connections will also be
destroyed
2) Should I call dispose on all my objects or let the GC
take care of it?
thanks in advance,
Bart