Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain clr in brief.

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

2 Answers   Proteans,


Is class reference type c#?

0 Answers  


What are the properties of a string class?

0 Answers  


What is a dll in c#?

0 Answers  


Are all methods virtual in c#?

0 Answers  


How many types of constructors are there?

0 Answers  


How to find methods of a assembly file (not using ILDASM)?

0 Answers  


What is callback in c#?

0 Answers  


Are attributes inherited c#?

0 Answers  


What is decimal in c#?

0 Answers  


Is dictionary a collection?

0 Answers  


Categories