Differences between dataset.clone and dataset.copy?
Answer Posted / 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 View All Answers
What are all the different methods under sqlcommand?
Explain the two fundamental objects in ado.net?
What is XML serialization
What is meant by executenonquery?
Which is faster ado.net or linq?
What are all the commands used with Data Adapter?
Which object is used to add relationship between two Datatables?
What are the major challenges in accessing data from a database?
How can you add or remove rows from the datatable object of dataset?
What is ole db and odbc?
How can we load multiple tables in to dataset?
Which is faster sqldataadapter and sqldatareader?
What are the ado.net connection pooling parameters?
What is the full form of ado.net?
What is partial class?