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

Recommended Answers

All 2 Replies

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

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.