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 Response.Expires and Reponse.ExpiresAbsolute?
What is ado.net in vb net?
What are the classes in System.Data.Common Namespace?
What are three methods for displaying data in a syncfusion datagrid
What is the advantage of ado.net?
What is the maximum pool size in ado.net connection string?
Which object of ado contains datarow datacolumn collection?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
Which is the best method to get two values from the database?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
Is it possible to load multiple tables in a Dataset?
What are different layers of ADO.Net?
Explain the difference between ado and ado.net?
How to load multiple tables into a dataset?
What is connection in ado.net?