Executes update of deleted rows and writes it to the data source.
[Visual Basic]
Public Function UpdateDeleted() As Boolean
[C#]
public bool UpdateDeleted();
Return Value
Returns true if successful; otherwise false.
Example
How to execute update of deleted rows.
dbExData.UpdateDeleted()
dbExData.UpdateDeleted();
See Also
AwDbExData Class | Asterworld.Data Namespace