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 the provider being used to access oracle database?
How to find the given query is optimised one or not?
Explain how to create dynamic gridview?
How can we add relation between tables in a dataset?
What are the namespaces used in ADO.Net to connect to a database?
Explain how to pass multiple tables in datasets simultaneously?
What is sqldatasource?
What is Dataset Object?
How to create data relations?
How do you connect to sql server database without using sqlclient?
Does dapper use ado.net?
How to identify the controls which can be used for binding data?
What is ado asp?
What do you know about ADO.NET's objects and methods?
What are the difference between readonly vs. Const?