Table of Contents

InsertParameter Procedure

Codeunit WS Debug Mgt.

Insert a parameter with the data types other than Blob.

Overloads

Name Description
InsertParameter(Text[100]; Variant) Insert a parameter with the data types other than Blob.
InsertParameter(Text[100]; Variant; Boolean) Insert a parameter with the data types other than Blob.

InsertParameter(Text[100]; Variant) Procedure

Insert a parameter with the data types other than Blob.

Signature

InsertParameter(Name: Text[100]; Data: Variant)

Parameters

Name Text[100]

The name of the parameter.

Data Variant

The value, defaults to text if other than Boolean, Decimal or Integer are used.

InsertParameter(Text[100]; Variant; Boolean) Procedure

Insert a parameter with the data types other than Blob.

Signature

InsertParameter(Name: Text[100]; Data: Variant; Mandatory: Boolean)

Parameters

Name Text[100]

The name of the parameter.

Data Variant

The value, defaults to text if other than Boolean, Decimal or Integer are used.

Mandatory Boolean

Set to true if parameter is mandatory. The default value is true.

This documentation is generated from Smart Toolbox v27.1