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 the difference between early binding and late binding in c#?

0 Answers  


How can we sort an array in c#?

0 Answers  


How many types of serialization are there in c#?

0 Answers  


What is attribute c#?

0 Answers  


What will be the output of the following code?

0 Answers  






How do you specify a custom attribute for the entire assembly?

0 Answers  


Why do we use polymorphism in c#?

0 Answers  


Is c sharp and c# are same?

0 Answers  


What is desktop GUI application?

0 Answers  


What is the use of GC.KeepAlive Method?

0 Answers   HCL,


Which controls do not have events?

0 Answers  


Does main have to be static c#?

0 Answers  


Categories