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 is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?

0 Answers   EDS,


Which ado.net object is very fast in getting data from the database?

0 Answers  


What is datatable in ado.net?

0 Answers  


What are the essential features of ado.net?

0 Answers  


What is the default timeout specified for "sqlcommand.commandtimeout" property?

0 Answers  






Features and disadvantages of dataset?

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


What are the main differences between classic ado and ado.net?

0 Answers  


Explain all the classes those are used for database connections between sql server and asp.net?

0 Answers  


what is connection pooling ?

3 Answers   Vertex,


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

0 Answers  


What is the difference between typed and untyped dataset?

0 Answers  


Can we connect two dataadapters to same data source using single connection at same time?

0 Answers  


Categories