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 connected and disconnected environment?

0 Answers  


Data reader read and forward only, how is it possible to get 2 tables of data at a time?

0 Answers  


What is the use of command objects?

2 Answers  


Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?

0 Answers  


How do you find the count of records in a dataset?

0 Answers  






Which architecture does Datasets follow?

0 Answers  


make a login control??

1 Answers  


What are the differences between OLEDB and SQLClient Providers?

0 Answers  


What is untyped dataset?

0 Answers  


What are two important objects of ADO.Net?

0 Answers  


What is executescalar and executenonquery?

0 Answers  


Why is ADO.NET serialization slower than ADO ?

0 Answers   NA,


Categories