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 / guest

Deletes it from the memory

Is This Answer Correct ?    0 Yes 0 No

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

Answer / hitendra

You can write a code to release all dependence object
before connection object relased.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is system predicate?

0 Answers  


What is Partial class? What purpose we use it?

6 Answers   ACS, TATA,


What happens if the inherited interfaces have conflicting method names?

0 Answers  


What is managed code?

0 Answers  


What is the difference between new and override in c#?

0 Answers  


Can constructor be protected?

0 Answers  


Why do we need abstract class?

0 Answers  


how to deplaoy a project in the system?

1 Answers  


How do I edit a dll file?

0 Answers  


What is stack and heap?

7 Answers   Wipro,


class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } what will happen & why?

2 Answers  


What is parsing? How to parse a date time string?

0 Answers  


Categories