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 the methods of XML dataset object?

0 Answers  


Is ado.net an orm?

0 Answers  


What are different layers of ADO.Net?

0 Answers  


Features and disadvantages of dataset?

2 Answers   CarrizalSoft Technologies, Infosys, Microsoft, Sampath Software,


Explain the difference in record set and dataset?

0 Answers  






What are the advantage of ado.net?

0 Answers  


Explain the ADO . Net Architecture ( .Net Data Provider) ?

2 Answers  


What are the different methods available under the sqlcommand class to access the data?

0 Answers  


What is the use of parameter object?

4 Answers   CDC, Ksb,


what is sql Injection?

4 Answers   Microsoft,


What is bubbled event can you please explain?

0 Answers  


What is row state?

0 Answers  


Categories