C# (Sharp) Programming Language Question:
What does the Dispose method do with the connection object?
Answer:
Deletes it from the memory.
Previous Question | Next Question |
What does the Initial Catalog parameter define in the connection string? | How is the DLL Hell problem solved in NET |