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?s the role of the DataReader class in ADO.NET connections?

Answers were Sorted based on User's Feedback



What?s the role of the DataReader class in ADO.NET connections?..

Answer / madduri

It returns a read-only dataset from the data source when the
command is executed

Is This Answer Correct ?    4 Yes 0 No

What?s the role of the DataReader class in ADO.NET connections?..

Answer / nageswarao.garine

datareader is one the ado.net object which can used to store
data.datareader is readonly,forwardonly access data from
recordset.it doesn't allow manipulations on that.

when compared to other objects it provide very
fast accessing of data.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Why do we need properties in c#?

0 Answers  


What is stringwriter c#?

0 Answers  


What you mean by inner exception in c#?

0 Answers  


Can we instantiate abstract class in c#?

0 Answers  


What does using do in c#?

0 Answers  


What is the difference between system.string and system.text.stringbuilder classes?

0 Answers  


If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?

0 Answers  


why c# is pronounced as C-sharp instead of pronouncing it as C-hash? is there any technical reason behind it?

3 Answers  


What is a protected class c#?

0 Answers  


Is int reference type c#?

0 Answers  


What is integer c#?

0 Answers  


What is a private class in c#?

0 Answers  


Categories