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 a string c#?

0 Answers  


What is continue in c#?

0 Answers  


Difference between a sub and a function in c#.

0 Answers  


What is a Managed Code??

0 Answers  


What do you mean by synchronous and asynchronous operations?

0 Answers  


Differentiate between dataset and datareader?

0 Answers  


Does google use c#?

0 Answers  


Why static variables are used?

0 Answers  


Is array thread safe c#?

0 Answers  


What is the keyword used to prevent a class from being inherited by another class?

0 Answers   Siebel,


How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?

0 Answers  


What is the difference between virtual method and abstract method?

0 Answers  


Categories