Parameter Loop Expansion Tokens

MapPrep

Parameter Loop Expansion Tokens

 

Parameter loop expansion tokens can be used to inject information about the parameter being processed into the code output stream.

 

Parameter Loop Token

Description

<PARAMETER_COERCE_TYPE>

The coercion type of the current parameter.

<PARAMETER_COLECTION_TYPE>

The collection type of the current parameter.

<PARAMETER_COMMENT>

The comment associated with the current parameter.

<PARAMETER_DATA_TABLE>

Whether the current parameter is exposed to .NET clients as a Data Table.

<PARAMETER_DATE_FORMAT>

The date format of the current parameter.

<PARAMETER_DEFINITION>

The data type definition of the current parameter.

<PARAMETER_DIRECTION>

The direction of the current parameter.

<PARAMETER_DIRECTION_PAD>

The direction of the current parameter, padded to a length of 5 characters.

<PARAMETER_ENUM>

The name of the enum associated with the current parameter.

<PARAMETER_NAME>

The name of the current parameter.

<PARAMETER_PASS_BY>

The passing mechanism of the current parameter.

<PARAMETER_PRECISION>

The implied decimal precision of the current parameter.

<PARAMETER_REQUIRED>

The REQUIRED or OPTIONAL status of the current parameter.

<PARAMETER_SIZE>

The size of the current parameter.

<PARAMETER_STRUCTURE>

The name of the STRUCTURE associated with the current parameter.

<PARAMETER_STRUCTURE_NOPLURAL>

Inserts the name of the STRUCTURE that defines the current parameters type. If the name of the structure does ends with an "S" then it is removed.

<PARAMETER_STRUCTURE_PLURAL>

Inserts the name of the STRUCTURE that defines the current parameters type. If the name of the structure does not end with an "S" then one is added.

<PARAMETER_TYPE>

The data type of the current parameter.

 

 


Copyright © 2018  Synergex International, Inc.