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.net in mvc?
How to aggregating data across related tables?
Explain the difference between data reader and data adapter?
What are the different ado.net namespaces?
What is the difference between ADO and ADO.Net?
What is the difference between SqlCommand and SqlCommandBuilder?
How to connect and retrieve data from database using dataset
Which method in OLEDBAdapter is used to populate dataset with records?
Is ado.net dead?
What is the difference between Optimistic and Pessimistic locking?
What is full form of ado?
What is data view and variable view?
What is variable view?
What is the difference between statement and preparedstatement interface?
How to copy the contents from one table to another table and how to delete the source table in ado.net?