What's the difference between Dataset.clone and Dataset.copy?
Answer Posted / prudhvi
dataset.clone method copies the structure of the DataSet,
including all datatable schemas, relations, and constraints.
But it does not copy any data. Whereas, dataset.copy method
copies both the structure and data
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is ole in vb?
How does ado.net work?
What are all the different authentication techniques used to connect to MS SQL Server?
Explain how can we load multiple tables in to dataset?
Which parameter of ConnectionString is used to specify the name of the database?
What are the different methods available under the sqlcommand class to access the data?
Define executenonquery?
Which keyword is used to accept variable number of parameters?
Some important instruction regarding ADO.NET connection string ?
What is oledb driver?
What is sql connection in ado.net?
What is dbcontext and dbset in entity framework?
What do you mean by ‘batch updates’?
What is dataset object? Explain the various objects in dataset.
What is sqldatareader?