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