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 to Read, Add, Update and Delete record in Entity Framework ?
What is data relation?
Describe datareader object of ado.net with example.
What is row state?
What are all the classes that are available in System.Data Namespace?
How can we load multiple tables in a dataset?
What is ado.net components?
What is aggregating data ?
Why do we need ado.net?
Define Execute Reader?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is ado circle?
How to enable and disable connection pooling?
What are the steps you will take to improve performance?
What is difference between datareader and dataadapter?