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 bubbled event can you please explain?
What is a serialized object?
Which method in OLEDBAdapter is used to populate dataset with records?
Explian About DataAdapters
What are typed and untyped dataset?
Why do we use sqldataadapter?
Can we connect two dataadapters to same data source using single connection at same time?
What are the ado.net objects?
Explain how to create dynamic gridview?
What is data relation in ado.net?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
What is ole db and odbc?
How to add an aggregate column?
What are the namespaces used in ADO.Net to connect to a database?
can we create synonymn in ms access,sql server,my sql if so explain me with example