Difference between DataTable.Clone ( ) and DataTable.Copy ( ) ?

G

Gordian

Hello,
does anyone knows the difference between:

DataTable.Clone ( )
DataTable.Copy ( )

Thanks
Gordian
 
C

Cor Ligthert [MVP]

DataTable.Clone ( )
The schema and all other things belonging to that
DataTable.Copy ( ) The schema and the table
Is also a solution for your other question however probably more work and
surely more expensive for the program.

I hope this helps,

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top