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

What we do with the object of ado.net dataset after using it?Can we dispose it or can we set it nothing?Is it must or not?

4 Answers   SVI,


Data reader read and forward only, how is it possible to get 2 tables of data at a time?

0 Answers  


About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data ?

1 Answers   MMTS,


What is the meaning of object pooling?

0 Answers  


Which method is used to sort the data in ADO.Net?

0 Answers  


Explain the difference between sqlcommand object and command behavior object?

0 Answers  


What are disadvantages of microsoft-provided data provider classes in ado.net?

0 Answers  


How to identify the controls which can be used for binding data?

0 Answers  


What are all the classes that are available in System.Data Namespace?

0 Answers  


What is ado.net architecture?

0 Answers  


Which object needs to be closed?

0 Answers  


What is bubbled event can you please explain?

0 Answers  


Categories