Adapter / v.2.0
Hi,
I want to use the following constructor of DataAccessAdapter:
DataAccessAdapter(string connectionString, bool keepConnectionOpen, CatalogNameUsage catalogNameUsageSetting, string catalogNameToUse)
I'm not sure now how to set the keepConnectionOpen property. If the connection is kept open, does that mean I have to close the connection manually in every case?
I actually don't see a reason to automatically close the connection after executing a statement. It would be great if somebody could outline the usage of that property
in a few sentences. I read the corresponding article in the documentation, but that didn't clarify my question.
What's the default value for keepConnectionOpen?
Thanks!