Answer Posted / ansu kumar
it consists of
Dataset
dataRelation
datatable
datacolumn
datarow
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the different methods available under the sqlcommand class to access the data?
What are the methods of XML dataset object?
Describe the command object and its method.
What is the default provider in ado.net?
What do you mean by performing asynchronous operation using command object?
What is an orm, and why would you use one instead of plain old ado.net?
Which is the best method to get two values from the database?
How would you connect to a database by using .NET?
What is the difference between OLEDB Provider and SqlClient?
What is the role of clr?
How do I delete a row from a DataTable?
What are ado.net objects?
What is oledb connection?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?