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
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What is the use of adodc?
Which method is used to sort the data in ADO.Net?
Explain how can we load multiple tables in to dataset?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What is ado circle?
List all the steps in order, to access a database through ado.net?
What is ado in agriculture?
What is the full form of ado?
What is the hierarchy of data in databases?
How can we check that some changes have been made to dataset since it was loaded?
What are the steps you will take to improve performance? Will you use dataset or datareader?
Which object of ado contains datarow datacolumn collection?
What is Serialization in .NET? what are the types of Serialization?
What are the key events of sqlconnection class?