Explain different methods and Properties of DataReader which
you have used in your project?

Answers were Sorted based on User's Feedback



Explain different methods and Properties of DataReader which you have used in your project?..

Answer / rahul ecimt

method used
1.Getstring()
2.NextResult()
3.HasRows()
4.SchemaTable()
5.read()

Is This Answer Correct ?    2 Yes 3 No

Explain different methods and Properties of DataReader which you have used in your project?..

Answer / 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

More ADO.NET Interview Questions

How to check if a datareader is closed or opened? IsClosed()

0 Answers  


Describe ado.net object model in detail.

0 Answers  


What is disconnected architecture in ado.net?

0 Answers  


How can we load multiple tables in a dataset?

0 Answers  


What is Pooling? what is data pooling? what is sql pooling?

3 Answers   TCS,






What is the difference between connected environment and a disconnected environment?

2 Answers  


What is the difference between an ADO.NET Dataset and an ADO Recordset?

0 Answers  


HOW TO FILL GRID VIEW WITH OUT USING SQLDATASOURCE AND PROGRAMING?

4 Answers  


How do I delete a row from a DataTable?

0 Answers   UGC Corporation,


What is ado.net objects?

0 Answers  


What are the different row versions available?

3 Answers  


What is ado full form?

0 Answers  


Categories