What's the difference between Dataset.clone and Dataset.copy?
Answer Posted / satyambabu
dataset.Clone :- It only copies structure, does not copy
data.
dataset.Copy :- Copies both Structure and data
| Is This Answer Correct ? | 57 Yes | 2 No |
Post New Answer View All Answers
What are the differences between OLEDB and SQLClient Providers?
What is the difference between Command and CommandBuilder object?
How would you connect to database using .NET?
Which object is used to add relationship between two Datatables?
What is ado.net components?
What do you know about ado.net's objects?
Which is faster entity framework or ado.net?
How will you fill the gridview by using datatable object at runtime?
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 is a datareader object?
What is the difference between a datareader and a dataset?
How to pass multiple tables in datasets simultaneously?
What is microsoft ado?
Compare Data Reader & Dataset in ado.net?
How can I retrieve two tables of data at a time by using data reader?