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 all components of ADO.Net data provider?
What you mean by filtering of data?
Explain what is datagrid with an example?
What is two way data binding android?
How we can provide data to ado.net?
What is data control techniques?
Explain ado.net features?
What is the difference between SqlCommand and SqlCommandBuilder?
What is dataadapter in ado.net?
What is the difference between connected and disconnected environment?
What is sqlconnection and sqlcommand?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What do you mean by performing asynchronous operation using command object?
Explain the difference between data reader and data set?
How to retrieve the user id which is provided while windows authentication?