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 is static constructor called first?

0 Answers  


what is a constructor?

5 Answers   Amazon, Amdocs, Choice Solutions,


What is a bool in c#?

0 Answers  


What is difference between dictionary and hashtable?

0 Answers  


I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?

0 Answers  






What are nested classes in c#?

0 Answers  


What does writeline mean?

0 Answers  


What is difference between dictionary and hashtable in c#?

0 Answers  


Define satellite assembly in c#?

0 Answers  


If we write a goto or a return statement in try and catch block will the finally block execute?

6 Answers  


Why is c# good for games?

0 Answers  


What is the default value of datetime in c#?

0 Answers  


Categories