Differences between dataset.clone and dataset.copy?
Answers were Sorted based on User's Feedback
Answer / satyambabu
dataset.clone:-it only copies structures doesnot copydata.
dataset.copy:copies structures and data.
Is This Answer Correct ? | 9 Yes | 0 No |
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 |
What is the difference between sqldatareader and sqldataadapter?
What is executenonquery ado.net?
What is a dynaset in access?
What is an ado?
what is connection pooling ?
What is a control toolbox?
What are all the different authentication techniques used to connect to MS SQL Server?
What are the two fundamental objects in ADO.NET?
How to load multiple tables into a dataset?
can u tell me the why ADO does not support xml..
What is read only and forward only in ado.net?
Explain the advantages and disadvantages of using datalist?