c# Programming Glossary: realconnection
What does “opening a connection” actually mean? http://stackoverflow.com/questions/3845764/what-does-opening-a-connection-actually-mean the assembly and not visible to your code. We'll call this RealConnection for now though its actual name differs with different implementations.. . When you create your IDbConnection it does not have a RealConnection . Any attempt to do something with the database will fail. When.. the following happens If pooling is enabled and there is a RealConnection in the pool deque it and make it the RealConnection for the..
|