Differences between dataset.clone and dataset.copy?

Answers were Sorted based on User's Feedback



Differences between dataset.clone and dataset.copy?..

Answer / satyambabu

dataset.clone:-it only copies structures doesnot copydata.
dataset.copy:copies structures and data.

Is This Answer Correct ?    9 Yes 0 No

Differences between dataset.clone and dataset.copy?..

Answer / pompana gouda

DataSet.Clone():
This function copies the structure of System.Data.DataSet,
Including all System.Data.DataTable Schemas, relations and
constraints. But doesn't copy Data.

DataSet.Copy():
This function copies both the structure and data for this
System.Data.DataSet....

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is the difference in record set and dataset?

0 Answers  


Explain the role of data provider in ado.net? What is the role of data provider in ado.net?

0 Answers  


Can you explain how to enable and disable connection pooling?

0 Answers  


Explain executenonquery?

0 Answers  


Explain the difference between data reader and data set?

0 Answers  






What is the use of SqlCommandBuilder?

0 Answers  


What is microsoft ado.net?

0 Answers  


Define Execute Reader?

0 Answers  


Which control of the BindingNavigator returns the current position within the data source?

0 Answers  


What is executescalar and executenonquery?

0 Answers  


What are the benefits of using of ADO.NET in .NET 4.0?

0 Answers  


What does ole stand for in excel?

0 Answers  


Categories