What's the difference between Dataset.clone and Dataset.copy?

Answer Posted / suresh.gv

dataset.Clone or Deep Copy :- It only copies structure,
does not copy
data.
dataset.Copy or Shallow Copy :- Copies both Structure and
data

Is This Answer Correct ?    34 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are all the commands used with Data Adapter?

515


What is difference between executenonquery and executequery?

465


If we are not returning any records from the database, which method is to be used?

737


Explain ado.net features?

530


What does sqldatareader return?

500






How to connect and retrieve data from database using dataset

529


What are the core objects of ADO.NET?

582


What are the different methods by which we can populate a dataset?

679


What is ado object model?

509


What are the uses of Stored Procedure?

549


what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?

531


What is data adapter in ado.net with example?

509


Difference between sqlcommand and sqlcommandbuilder?

574


Which method is used by command class to execute SQL statements that return single value?

552


Can we connect two dataadapters to same data source using single connection at same time?

526