What's the difference between Dataset.clone and Dataset.copy?
Answer Posted / bhavesh chhatrala
Clone :- It only copies structure, does not copy data.
Copy :- Copies both Structure and data
| Is This Answer Correct ? | 71 Yes | 2 No |
Post New Answer View All Answers
What is the functionality of data provider in ado.net?
How to generate a single aggregate?
What are the Data providers in ADO.Net?
What is the executescalar method?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
Is bulk insert faster than insert?
What is the use of sqldatareader class?
What is ado full form?
What is connection in ado.net?
What are the main differences between classic ado and ado.net?
Explain the namespaces in which .net has the data functionality class.
What is an example of ordinal data?
How to load multiple tables into a dataset?
What two types of data providers does ADO.NET supply? What determines which one you should use?
differences between ADO and ADO.NET