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