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

C# is case sensitive, what is mean by case sensitive

3 Answers  


What is parallel programming in c#?

0 Answers  


Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?

0 Answers  


How does c# generics and c++ templates compare?

0 Answers  


How do you achieve polymorphism in c#?

0 Answers  






What is the purpose of dictionary in c#?

0 Answers  


What are satellite assemblies? How will you get the different language strings?

0 Answers  


Is and as keyword in c# net?

0 Answers  


What Is A Satellite Assembly?

0 Answers   PUCIT, Siebel Systems,


Can we make a class private in c#?

0 Answers  


Why do we use class in c#?

0 Answers  


What is the implicit name of the parameter that gets passed into the set method/property of a class?

0 Answers   Siebel,


Categories