📚 SAP Business One SDK Help

Execute Method
See Also 

Description

Executes the stored procedure with the Parameters.

Syntax

Visual Basic
Public Sub Execute() 

Remarks

If the stored procedure uses a SELECT statement the Recordset is filled with the returned parameters. Otherwise, the stored procedure returns an Out Parameter.

See Also