📚 SAP Business One SDK Help

RemoveRecord Method
See Also 
RecordNumber
The number of the record to remove

Description

Removes the specified record from the data source.

Syntax

Visual Basic
Public Sub RemoveRecord( _
   ByVal RecordNumber As Long _
) 

Parameters

RecordNumber
The number of the record to remove

Remarks

The method does not affect data in the SAP Business One database table to which the data source is bounded.

See Also