What's the difference between Dataset.clone and Dataset.copy?
Answer Posted / suresh.gv
dataset.Clone or Deep Copy :- It only copies structure,
does not copy
data.
dataset.Copy or Shallow Copy :- Copies both Structure and
data
| Is This Answer Correct ? | 34 Yes | 11 No |
Post New Answer View All Answers
What does adodb stand for?
Explain what are the steps to connect to a database?
Which is faster dataset or datareader?
What are the data access namespaces in .NET?
What is Data Provider?
What two types of data providers does ADO.NET supply? What determines which one you should use?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What is data control techniques?
What does datareader object do?
What is openrowset?
What does executenonquery () method return?
What Is Difference Between Ado And Ado.net?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
Explain the advantages and disadvantages of using datalist?