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
What is mvc firstordefault?
How can you use abstract class and interface?
Explain About Iunknown interface Queue
What do you mean by “finalize” and “finally” methods in c#?
How do I unload an application domain?
Explain About Global.asax
Define constructors
What is a base class in C#?
What is the use of ienumerable?
What is private protected in c#?
How Is The Dll Hell Problem Solved In .net?
Explain what is an interface in c#?
What is the use of readkey in c#?
What is the ouput of the following program?
Why do we use anonymous method in c#?