Explain different methods and Properties of DataReader which
you have used in your project?
Answer Posted / tiger kumar
There are plenty of methods and properties in the datareader.
1.Read()
2.Load()
3.IsClosed
4.NextResult()
4.HasRows
6.GetString(),GetDecimal(),GetDouble(),etc..,
7.FieldCount
8.Close()
9.Dispose()
etc..,
Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is connection pooling and what is the maximum pool size in ado.net connection string?
What are the advantage of ado.net?
Explain the role of data provider in ado.net?
List the 4 common ado.net namespaces?
Why is stored procedure used in ado.net?
Explain advantages of ado.net?
Which is better ole db or odbc?
What are the namespaces used in ADO.Net to connect to a database?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is the full form of ado.net?
Which method is used to sort the data in ADO.Net?
How do you find the count of records in a dataset?
Which is the feature of ado.net?
What is connection in ado.net?
What is maximum pool size in ado.net connection string?