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
What are the several execute methods of ado.net?
What is dao and ado?
What is ado or jdbc?
What are the different ado.net namespaces are available in .net?
How to identify the controls which can be used for binding data?
Define the executescalar method?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What are the key features of ado.net?
What is the difference between ado.net and entity framework?
How to add a javaScript function in a datagrid?
How to load multiple tables into a dataset?
What are dcl commands?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
How can we save all data from dataset?