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
Explian About DataAdapters
can we create synonymn in ms access,sql server,my sql if so explain me with example
How to add a check box or a dropdown list to a column in a datagrid?
What is the difference between executequery and executenonquery?
What is variable view?
What is the difference between statement and preparedstatement interface?
What is the use of connection object in ado.net?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What are the different execute methods of Ado.Net?
What is partial class?
How to add an aggregate column?
Does dapper use ado.net?
What is a data control clerk?
Which database is the ado.net sql connection object designed for?
What are the different methods available under the sqlcommand class to access the data?