What's the difference between Dataset.clone and Dataset.copy?
Answer Posted / nitin
Dataset.clone method only copies structure while Copy
method copies structure as well as data also.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What is the use of ADO.NET and XML web services?
What is read only and forward only in ado.net?
How can we check that some changes have been made to dataset since it was loaded?
Define the data provider classes that is supported by ado.net?
What is the difference between SqlCommand and SqlCommandBuilder?
Describe briefly an ADO.NET Dataset ?
What is the default Timeout for SqlCommand.CommandTimeout property?
What is dataadapter in ado.net?
Explain the difference between data reader and data set?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
How can you add or remove rows from the datatable object of dataset?
What is ado.net and its architecture?
Explain the various objects in dataset.
Explain the difference between an ado.net dataset and an ado recordset?