DataModel.updateRow

Updates a row data model. This results in the underlying database row's values being changed.

class DataModel
int
updateRow

Parameters

row Row

the GdaRow to be updated.

Return Value

Type: int

TRUE if successful, FALSE otherwise.

Meta