What does Dispose method do with the connection object?

Answers were Sorted based on User's Feedback



What does Dispose method do with the connection object?..

Answer / karna

Dispose(),is programatically called by the user to
de-allocate the un-used objects in the aplication.

Is This Answer Correct ?    5 Yes 1 No

What does Dispose method do with the connection object?..

Answer / madduri

Deletes it from the memory.

Is This Answer Correct ?    3 Yes 2 No

What does Dispose method do with the connection object?..

Answer / satish

It release the connection of connectionstring.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Sharp Interview Questions

Can two catch blocks be executed?

13 Answers  


what are the files we need to deploay a project in the system?

2 Answers  


Can we assign null value to integer?

0 Answers  


Explain how can I get around scope problems in a try/catch?

0 Answers  


How can we convert XML Data to DataBase Table in C#.Net?

2 Answers   Wipro,


Is c# pass by value?

0 Answers  


What is the default modifier for class in c#?

0 Answers  


STATIC METHOD CAN BE OVERLOADING AND OVERIDNG? IS POSSIBLE IN iN c# .NET AND WHAT IS THE REASON??

3 Answers   IBM, TCS,


What's the difference between abstraction and encapsulation?

0 Answers  


Can you inherit multiple classes in c#?

0 Answers  


What is ado c#?

0 Answers  


What does using do in c#?

0 Answers  


Categories