Answer Posted / nevin jain
from all 11 above answer only Sachin Gupta have given write
answer...
becoz SqlDataReader inherit DbDataReader whose base type is
IEnumerable that use to access collection through simple
iteration which is forward only manner...
Basically SqlDataReader Class access records n retrieve them
as collection through simple iteration...
to make more clear first read Functionality of IEnumerable
interface that expose GetEnumerator() method...
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
What is the use of adodc?
What is aggregating data ?
What is data control techniques?
How do you implement locking concept for dataset?
What is an ado connection?
What are all the different methods under sqlcommand?
What is the difference between sqldatareader and sqldataadapter?
How to generate a single aggregate?
How to maintain the relation between two tables in ADO.NET?
Explain the architecture of ado.net?
Give few examples of datareader that is used in different dataproviders.
How is it possible to get 2 tables of data at a time by using data reader?
What does adodb stand for?
What is the default provider in ado.net?