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 are the ado.net connection pooling parameters?
Explain the various objects in dataset.
How can we add/remove row's in "datatable" object of "dataset"?
What are the uses of Stored Procedure?
What is the difference between SqlCommand and SqlCommandBuilder?
What does ole stand for in excel?
Define different execute methods of ADO.NET command object ?
What is the difference between typed and untyped dataset?
List all the steps in order, to access a database through ado.net?
What are datareaders?
What is the difference in record set and dataset?
What does executequery return?
What is bubbled event?
Which keyword is used to accept variable number of parameters?
Which is faster entity framework or ado.net?