RowState

  • Thread starter Thread starter Bhagya
  • Start date Start date
B

Bhagya

Hello,

I have a Dataset in which i have multiple rows. Some of these rows
have been edited and some new rows have also been added to the
Dataset.

Now I have two Commands that is the InsertCommand and the
UpdateCommand.

I want to seperate the rows in such a way that, all the rows that have
been newly added should at once be sent to the InsertCommand and all
the rows that have been edited should be sent to the UpdateCommand.
Can someone pls tell me how to do this???
 

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

Back
Top