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 are typed and untyped dataset?

0 Answers  


how to keep track of index in listbox items.

2 Answers  


About ADO and its objects ?

1 Answers   DELL,


What are ado.net objects?

0 Answers  


describe about the ado.net object model

4 Answers   TCS,






What provider ADO.net use by default ?

5 Answers   Accenture, BirlaSoft, Wipro,


Explain the various objects in dataset.

0 Answers  


Does ado.net use odbc?

0 Answers  


How to create dynamic gridview?

0 Answers   MCN Solutions,


Explain how do you connect to sql server database without using sqlclient?

0 Answers  


What are the advantages of oledb compared with other classes?

0 Answers  


What?s the role of the DataReader class in ADO.NET connections?

7 Answers   Honeywell, Ksb,


Categories