📚 SAP Business One SDK Help

CommandParam Object Members
See Also  Overview 

Public Properties

Public Property DirectionReturns the direction of the parameter, In or Out. The Command object supports single Out parameter only.
Public Property NameReturns the parameter name.
Public Property TypeReturns the parameter field type.
Public Property ValueSets or returns the parameter value.

See Also