What's the difference between Dataset.clone and Dataset.copy?
Answer Posted / momo altawil
Clone() :cop only Structure and create new instance of the
obj.
copy() :cop the structure and Data without Create new
instance.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is datasource in ado.net?
Explain the basic use of "dataview" and explain its methods.
Explain the different row versions available in table?
What are the ado.net objects?
List the 4 common ado.net namespaces?
Why do we use sqldataadapter?
What is command class in ado.net?
What are the Features and disadvantages of dataset
What is ado.net and its architecture?
What is a non query?
What are the Data providers in ADO.Net?
Define isolation?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What are the different methods by which we can populate a dataset?
How do you update database through dataset?