Page 1 of 1

Retrieving Changed Rows

Posted: Fri 11 Dec 2009 09:39
by developeradmin
Hi,
How can I getting changed (updated, deleted, adding) record from TVirtualTable?

For Example
DataSet myChangedRecords = myDataSet.GetChanges(DataRowState.Added);

Regards,

Posted: Fri 11 Dec 2009 10:59
by Dimon
VirtualTable doesn't support retrieving all changed rows. In order to solve this problem you can use the UpdateRecordTypes property.
Also you can view discussion about it in the following topic: http://www.devart.com/forums/viewtopic.php?t=10789