What's the difference between Dataset.clone and Dataset.copy?
Answer Posted / satyambabu
dataset.Clone :- It only copies structure, does not copy
data.
dataset.Copy :- Copies both Structure and data
| Is This Answer Correct ? | 57 Yes | 2 No |
Post New Answer View All Answers
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What are the methods of XML dataset object?
What are the advantages and drawbacks of using ado.net?
What do you mean by performing asynchronous operation using command object?
Which property is used to check whether a DataReader is closed or opened?
What is ado oledb and odbc?
Explain how to find the given query is optimised one or not?
What you mean by filtering of data?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
Is ado.net dead?
How to store data in memory?
What are the disadvantages of using datalist?
What is disconnected data?
What are the 3 major types of connection objects in ado.net?
Some important instruction regarding ADO.NET connection string ?