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 we use anonymous methods in c#?

0 Answers  


Explain the advantage of using system.text.stringbuilder over system.string?

0 Answers  


What is the purpose of namespace in c#?

0 Answers  


What is an argument in c#?

0 Answers  


What is ac callback?

0 Answers  






what is CSharp

6 Answers  


What is a bool in c#?

0 Answers  


What is difference between array and list in c#?

0 Answers  


How to make a class not inheritable other than sealed?

3 Answers  


Explain About a class access specifiers and method access specifiers.

0 Answers  


Explain about Destructor method?

0 Answers  


Is dll a library?

0 Answers  


Categories