What?s the role of the DataReader class in ADO.NET connections?
Answer Posted / 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 View All Answers
Name which controls do not have events?
Which is more efficient for loop or while loop?
What is a dictionary in c#?
What is the difference between array and arraylist c#?
Can we inherit abstract class in c#?
Which is better javascript or c#?
What is the difference between array and list in c#?
What is static void main in c#?
What does int32 mean in c#?
What is a bool in c#?
What is c sharp language?
What is constants in c#?
What is Covariance and contravariance in C#?
If you want to write your own dot net language, what steps you will u take care?
Why do we use dataset in c#?