SqlParameterCollection Question

devcoyote

New member
Joined
Jan 14, 2005
Messages
1
Location
California
Programming Experience
1-3
Does anyone know of any resources out there that might explain what happens in the background when you add a parameter to a SQLCommand Object. I'm trying to figure out if it creates a SQLParameterCollection in memory somewhere, that would float around even after the SQLCommand Object has been disposed?

Thanks in advance,
DevCoyote
 
Back
Top