Differences between dataset.clone and dataset.copy?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by performing asynchronous operation using command object?

743


Which parameter of ConnectionString is used to specify the name of the database?

776


What are the data providers in ADO.NET framework?

778


What is the use of adodc?

731


Define Execute Reader?

830


What is the usage of the dataset object in ado.net?

692


What is the use of SqlCommandBuilder?

863


Explain the various objects in dataset.

717


What is csdl entity framework?

751


What is difference between ado.net and asp net?

742


What is the difference between statement and preparedstatement interface?

763


Explain the advantage of ADO.Net?

740


Give few examples of datareader that is used in different dataproviders.

737


Why is stored procedure used in ado.net?

761


How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?

715