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
Why do we need ado.net?
How can I retrieve two tables of data at a time by using data reader?
What is a sqldataadapter?
How to identify the updated rows in a dataset?
How to Read, Add, Update and Delete record in Entity Framework ?
What is the functionality of data provider in ado.net?
What is isolation?
How can we serialize the dataset object?
How to add an aggregate column?
Does entity framework use ado.net?
Does ado.net use odbc?
Which database is the ado.net?
What is ado asp?
What are the objects of ado.net?
What provider ado.net use by default? Explain the role of data provider in ado.net?