What's the difference between Dataset.clone and Dataset.copy?
Answer Posted / anand r.b
DataSet.clone perform Shallow copy only strucature should
be copy not data
where as Datset.Copy perform Deepa copy it should copy
strucature with data
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is connection string?
Explain the overview of ado.net architecture?
What is data control techniques?
What are the features of ado.net?
What is csdl entity framework?
Explain how to find the given query is optimised one or not?
What do you know about ado.net's objects?
What is Data view?
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?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
Does dapper use ado.net?
Define table relations?
How to generate a single aggregate?
What is data relation?
What is the advantage of ado.net?