InterviewSolution
Saved Bookmarks
| 1. |
What Does The Dispose Method Do With The Connection Object? |
|
Answer» DISPOSE PLACES the CONNECTION backing the MANAGED POOL. So that other objects/class can use the connection for further use. Dispose places the connection backing the managed pool. So that other objects/class can use the connection for further use. |
|