removeRow( )

Removes the record from the AGDBSet object. The server will not be informed of this removal and may expect this record to be there during subsequent synchronizations.

Interface

AGDBSet

IDL definition
void removeRow( );
JavaScript synopsis
dbset.removeRow( )
C synopsis
void AVremoveRow(AGDBSet* dbset);
Parameters
  • dbset   The AGDBSet object.

Returns

None

Remarks

This method is provided mainly for those databases that only exist on the device, where reporting changes to the server is unwanted or unnecessary.

See also

deleteRow( )