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
What is ado rdo dao in visual basic?
What are the ado.net connection pooling parameters?
What is executequery?
What are the Features of a dataset
What is execute reader in ado.net?
How to Read, Add, Update and Delete record in Entity Framework ?
Explain sqlconnection object?
How to read data with the sqldatareader ?
Which database is the ado.net sql connection object designed for?
What is the difference between sqlcommand and sqldataadapter?
Why do we serialize data?
Explain ado.net features?
Explain the difference between ado and ado.net?
Explain the difference between data reader and data adapter?
What is variable view?