Answer Posted / sachin gupta
Because it inherit DbDataReader Abstract Class and
DbDataReader Abstract Inherit the IEnumerable and its give
GetEnumerator(Returns an enumerator that iterates through a
collection.)its Type IEnumerator and IEnumerator gives
MoveNext() Method so Datareader is Forward only.
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
How will you fill the gridview by using datatable object at runtime?
What is the full form of ado?
What do you know about ADO.NET's objects and methods?
How can you add or remove rows from the datatable object of dataset?
What does datareader object do?
What is connection string?
What are the namespaces used in ADO.Net to connect to a database?
What is fill method in ado.net?
What is the difference between linq and ado.net?
How to store data in memory?
Explain sqlconnection object?
What is the difference between DataReader and DataSet in ADO.NET?
What is an example of ordinal data?
What are the different row versions available in table?