J
Jon
Hello, in the below, would the connection on dbCommand be
automatically closed once the code has left the using statement or is
it better that I close it?
using (DbCommand dbComm = db.GetStoredProcCommand("Es"))
{
some code
}
thank you,
Jon
automatically closed once the code has left the using statement or is
it better that I close it?
using (DbCommand dbComm = db.GetStoredProcCommand("Es"))
{
some code
}
thank you,
Jon