Differences between dataset.clone and dataset.copy?
Answers were Sorted based on User's Feedback
Answer / satyambabu
dataset.clone:-it only copies structures doesnot copydata.
dataset.copy:copies structures and data.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / 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 |
How can I retrieve two tables of data at a time by using data reader?
What is difference between executequery and executeupdate?
What is ado object model?
How to call the SQL commands asynchronously in ADO.NET version 2.0
What are the features of ado.net?
Explain the advantages and disadvantages of using datalist?
what is connection pooling ?
About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data ?
How can you add or remove rows from the datatable object of dataset?
How do you update a dataset in ado.net and how do you update database through dataset?
Can we load multiple tables in a dataset?
Explain the different row versions available in table?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)