Differences between dataset.clone and dataset.copy?
Answer Posted / pompana gouda
DataSet.Clone():
This function copies the structure of System.Data.DataSet,
Including all System.Data.DataTable Schemas, relations and
constraints. But doesn't copy Data.
DataSet.Copy():
This function copies both the structure and data for this
System.Data.DataSet....
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What do you mean by performing asynchronous operation using command object?
Which parameter of ConnectionString is used to specify the name of the database?
What are the data providers in ADO.NET framework?
What is the use of adodc?
Define Execute Reader?
What is the usage of the dataset object in ado.net?
What is the use of SqlCommandBuilder?
Explain the various objects in dataset.
What is csdl entity framework?
What is difference between ado.net and asp net?
What is the difference between statement and preparedstatement interface?
Explain the advantage of ADO.Net?
Give few examples of datareader that is used in different dataproviders.
Why is stored procedure used in ado.net?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?