adspace
What does the dispose method do with the connection object?
Answer Posted / Dinkar Rao
"The Dispose method in C# is used to free up resources such as memory and handles that are associated with an object. In the context of a database connection, it closes the connection, frees the connection object from memory, and releases any other allocated resources."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers