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