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
how can implement dropdownlist in particular of dataset when try to update?
What is disconnected data?
What does executenonquery () method return?
What are the namespaces used in ado.net for data access?
What are the benefits of using of ADO.NET in .NET 4.0?
What is connection pooling and what is the maximum pool size in ado.net connection string?
Is ado.net dead?
Which object holds only data and does not interact with data source?
What are the different execute methods of Ado.Net?
What is the difference between Datareader and Dataset?
Define different execute methods of ADO.NET command object ?
How will you fill the gridview by using datatable object at runtime?
Explain the different row versions available in table?
Which is faster sqldataadapter and sqldatareader?
Explain the architecture of ado.net?