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
How to sign an assembly with strong name?
1. Describe page life cycle?
Explain the accessibility modifier protected internal?
Where is c# compiler located?
What is difference between first and firstordefault?
What is the output of TextWriterTraceListener redirected?
Illustrate serialization?
Can you explicitly call a destructor?
What do you mean by for each loop?
Why do we Need of static class in c#?
What does addressof operator do in background ?
Which operator cannot be overloaded in c sharp?
What is difference between gridview and form view?
What is the purpose of reserved word using in c#?
Why can't we use a static class instead of singleton?