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 ole data type?

0 Answers  


What are the classes in System.Data.Common Namespace?

0 Answers  


What is Dataset Object?

0 Answers  


What is ado.net in vb net?

0 Answers  


Some important instruction regarding ADO.NET connection string ?

0 Answers   NA,






What are good ado.net object to replace to ado recordset object.

0 Answers  


Explain the overview of ado.net architecture?

0 Answers  


Difference between OLEDB Provider and SqlClient ?

2 Answers  


What are the pre-requisites for connection pooling?

0 Answers  


How to perform sorting on a table in ADO.NET?

0 Answers   Petranics Solutions,


differences between ADO and ADO.NET

0 Answers   Microsoft,


How to check if the Dataset has records ?

0 Answers   NA,


Categories