Explain different methods and Properties of DataReader which
you have used in your project?
Answer Posted / 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 View All Answers
What is the difference between Datareader and Dataset?
What is the current version of entity framework?
Which is faster dataset or datareader?
Which parameter of ConnectionString is used to specify the name of the database?
Is datareader faster than datatable?
Which property is used to check whether a DataReader is closed or opened?
What do you know about ado.net's methods?
What is two way data binding android?
What is Serialization in .NET? what are the types of Serialization?
What is a string variable?
How do you update a dataset in ado.net?
Explain ado.net features?
Does executenonquery return a value?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?