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
How to pass values into a datatable?
What is the difference between Datareader and Dataset?
Explain the two fundamental objects in ado.net?
What are the different ado.net namespaces?
How to retrieve the user id which is provided while windows authentication?
What is ado in agriculture?
Define Execute Scalar?
What is an example of ordinal data?
What is the difference between a datareader and a dataset?
What is the difference between connected and disconnected environment?
How is it possible to get 2 tables of data at a time by using data reader?
List all the steps in order, to access a database through ado.net?
What is aggregating data ?
What is data control techniques?
What are the different execute methods of Ado.Net?