What does Dispose method do with the connection object?
Answer Posted / 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 View All Answers
What is selector c#?
What are class fields?
What does executescalar return in c#?
What is an ienumerable in c#?
What are the advantages of using assemble language programming?
Please explain value types and reference types used in c#?
What are winforms in c#?
What is the benefit of interface in c#?
How do I enforce const correctness in c#?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
How many bits is int32?
Which is faster array or arraylist in c#?
Explain how can you clean up objects holding resources from within the code?
Can a struct inherit from an interface in c#?
What is the difference between virtual and override in c#?