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 is a string variable?
What is csdl entity framework?
Define different execute methods of ADO.NET command object ?
What is dataset and datatable in ado.net?
What is an example of ordinal data?
What is the difference in record set and dataset?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What are the major difference between classic ADO and ADO.NET?
What does ado stand for?
What are the several execute methods of ado.net?
Command objects uses, purposes and their methods.
Can we do database operations without using any of the ado.net objects?
What are datareaders?
Which provider is used to connect ms access, oracle, etc…?
How would you connect to a database by using .NET?