D
Dmitry Karneev
Hi!
I have a rather interesting problem.
I have a dataset that contatin data from database.
I need to clone this dataset with data but all id's in tables must be NULL
and all DataRowStates must be Added because I want to make some changes to
dataset and then insert it to database as new records.
How can I do it?
Thanks in advance,
Dmitry
I have a rather interesting problem.
I have a dataset that contatin data from database.
I need to clone this dataset with data but all id's in tables must be NULL
and all DataRowStates must be Added because I want to make some changes to
dataset and then insert it to database as new records.
How can I do it?
Thanks in advance,
Dmitry