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 read only and forward only in ado.net?
What is isolation?
What is the use of Dataview?
What is the difference between sqldatareader and sqldataadapter?
Which name space is used to get assembly details?
What does executenonquery () method return?
What is sqlconnection and sqlcommand?
How do you update a dataset in ado.net and how do you update database through dataset?
What is serialization and de-serialization in .net?
Which is faster entity framework or ado.net?
What is execute scalar in ado.net?
What is the difference between Optimistic and Pessimistic locking?
What are different layers of ADO.Net?
What are the benefits of using of ADO.NET in .NET 4.0?
What are the pre-requisites for connection pooling?