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 between sqldatareader and sqldataadapter?

0 Answers  


What is executenonquery ado.net?

0 Answers  


What is a dynaset in access?

0 Answers  


What is an ado?

0 Answers  


what is connection pooling ?

3 Answers   Vertex,






What is a control toolbox?

0 Answers  


What are all the different authentication techniques used to connect to MS SQL Server?

0 Answers  


What are the two fundamental objects in ADO.NET?

6 Answers  


How to load multiple tables into a dataset?

0 Answers  


can u tell me the why ADO does not support xml..

2 Answers   Crea,


What is read only and forward only in ado.net?

0 Answers  


Explain the advantages and disadvantages of using datalist?

0 Answers  


Categories