Answer Posted / nevin jain
from all 11 above answer only Sachin Gupta have given write
answer...
becoz SqlDataReader inherit DbDataReader whose base type is
IEnumerable that use to access collection through simple
iteration which is forward only manner...
Basically SqlDataReader Class access records n retrieve them
as collection through simple iteration...
to make more clear first read Functionality of IEnumerable
interface that expose GetEnumerator() method...
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is ole db and odbc?
How does entity framework work?
Explain the difference between data reader and data set?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
How we can provide data to ado.net?
Which database is the ado.net sql connection object designed for?
describe the dataset object in ado.net.
How do you update a dataset in ado.net and how do you update database through dataset?
What is connection in ado.net?
What is Data Provider?
What is Data view?
How to creating a SqlCommand Object?
Can you explain how to enable and disable connection pooling?
What are the differences between OLEDB and SQLClient Providers?
What are the 3 major types of connection objects in ado.net?