DataModel.removeRow

Removes a row from the data model. This results in the underlying database row being removed in the database.

class DataModel
int
removeRow

Parameters

row Row

the GdaRow to be removed.

Return Value

Type: int

TRUE if successful, FALSE otherwise.

Meta