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 the role of data provider in ado.net?
What are all the different authentication techniques used to connect to MS SQL Server?
How does entity framework work?
What is ado.net object model?
Is it possible to load multiple tables in a Dataset?
What is the difference between the clone() and copy() methods of the dataset class?
Explain the differences between oledb sql server, oledbdotnet provider?
How to aggregating data across related tables?
What are the benefits of using ado.net?
What is a datagridview?
What are the steps to connect to a database?
What are the different ado.net namespaces are available in .net?
What do you mean by performing asynchronous operation using command object?
Explain ado.net features?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)