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
How we can provide data to ado.net?
Which is better entity framework or ado.net?
What is the difference between executequery and executenonquery?
What are the steps you will take to improve performance? Will you use dataset or datareader?
What is different between sqlcommand object and command behavior object?
What are datareaders?
How do you find the count of records in a dataset?
What is ado recordset?
Which database is the ado.net sql connection object designed for?
What is a dataview?
What is the use of SqlCommand object?
What is shadow copy?
What is ado object model?
What is the difference between oledb sql server and oledbdotnet provider?
What is ado code?