What's the difference between Dataset.clone and Dataset.copy?

Answer Posted / prudhvi

dataset.clone method copies the structure of the DataSet,
including all datatable schemas, relations, and constraints.
But it does not copy any data. Whereas, dataset.copy method
copies both the structure and data

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how to bind the controls(best practice) comboboxes to the data in the dataset?

549


Define data adapter?

502


Describe the command object and its method.

520


What is the role of clr?

527


What is dataset object? Explain the various objects in dataset.

585






Explain the difference between ado and ado.net?

500


What Is Difference Between Ado And Ado.net?

555


Describe the disconnected architecture of ADO.NET’s data access model.

536


What is a string variable?

481


What is ado recordset?

493


What is an orm, and why would you use one instead of plain old ado.net?

567


Do we use stored procedure in ADO.Net?

567


What does adodb stand for?

501


What is the meaning of object pooling?

587


What we do with the object of ado.net dataset after using it?

518