Explain different methods and Properties of DataReader which
you have used in your project?
Answers were Sorted based on User's Feedback
Answer / rahul ecimt
method used
1.Getstring()
2.NextResult()
3.HasRows()
4.SchemaTable()
5.read()
Is This Answer Correct ? | 2 Yes | 3 No |
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 |
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?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data ?
What is the meaning of object pooling?
Which method is used to sort the data in ADO.Net?
Explain the difference between sqlcommand object and command behavior object?
What are disadvantages of microsoft-provided data provider classes in ado.net?
How to identify the controls which can be used for binding data?
What are all the classes that are available in System.Data Namespace?
What is ado.net architecture?
Which object needs to be closed?
What is bubbled event can you please explain?