📚 SAP Business One SDK Help

Remove Method
See Also 

Description

Deletes a specified table.

Syntax

Visual Basic
Public Function Remove() As Long

Remarks

Before using the Remove method, you must get the required table using the GetByKey method.

Warning: Removing a table deletes all its content.

See Also