Answer Posted / sanchit yadav
Because it inherites the IEnumerable.IEnumarble contains
the method(getenumerator) its type is IEnumerator it
returns the instance of IEnumerator that implements in a
class that contains three methods current(),movenext(),
reset().Ist call the current() than movenext() move first
tuple to last tuple in the table than call reset() than
cursor moves on the current().So,DataReader works in
forward only and Read only manner.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between an ado.net dataset and an ado recordset?
What is execute scalar in ado.net?
What is adodb dll?
Explain what are the steps to connect to a database?
Can datareader hold data from multiple tables?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What are the classes in System.Data.Common Namespace?
What DataReader class do in ADO.NET ?
What are the data providers used in ado.net
Define connection string?
What is ole in vb?
What is shadow copy?
Which control of the BindingNavigator returns the current position within the data source?
What are the connected and disconnected modes in ado.net?
What is a dynaset in access?