Explain different methods and Properties of DataReader which
you have used in your project?
Answer Posted / rahul ecimt
method used
1.Getstring()
2.NextResult()
3.HasRows()
4.SchemaTable()
5.read()
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the features of ado.net?
Is it possible to load multiple tables in a Dataset?
What are the steps you will take to improve performance?
What is the current version of entity framework?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
What are the namespaces used in ADO.Net to connect to a database?
Explain sqlconnection object?
How to perform sorting on a table in ADO.NET?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What are the different methods available under the sqlcommand class to access the data?
How to enable and disable connection pooling?
What is execute scalar in ado.net?
What two types of data providers does ADO.NET supply? What determines which one you should use?
How to generate a single aggregate?
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?)