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 |
Explain the ADO . Net Architecture ?
What is ado.net tutorial?
Which property is used to check whether a DataReader is closed or opened?
Which is faster sqldataadapter and sqldatareader?
What does ado stand for?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
How to insert multiple records in asp .net from Gridview to Sql Database with out using loop condition ?
What is the difference between ADO and ADO.Net?
What does sqldatareader return?
What is the default provider in ado.net?
Can I use One Data Set for More than one Data Adapter?
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?
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)