954,560 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

dataSet clone

i need exam for dataset clone . if you find the result. reply me..

joseph2010
Newbie Poster
6 posts since Apr 2010
Reputation Points: 10
Solved Threads: 0
 
i need exam for dataset clone . if you find the result. reply me..

DataSet ds1=//somedata//;
DataSet ds2=ds1.Clone();

The main difference between DataSet copy and clone is:

Clone - Copy the structure only
Copy - Copy the Structure and data

murugavel84
Junior Poster in Training
53 posts since Apr 2010
Reputation Points: 10
Solved Threads: 8
 

DataSet ds1=//somedata//; DataSet ds2=ds1.Clone();

The main difference between DataSet copy and clone is:

Clone - Copy the structure only Copy - Copy the Structure and data

thanks i got it

joseph2010
Newbie Poster
6 posts since Apr 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: