@ParameterName
mandatory
varchar(1000)
The parameter name, used to refer to this field by other fields and when getting the value from the multicontrol.
@Label
mandatory
varchar(1000)
The parameter label.
@TableParameterName
mandatory
varchar(1000)
The parameter name of a field created using SoftadminGuide.Parameter_Table_Create.
@Description
optional
nvarchar(max)
Description for the field.
@CustomWhere
optional
nvarchar(max)
Custom where statement. May refer to these aliases:
C = sys.columns
TY = sys.types
@IsMandatory
optional
bit
Whether the field should be mandatory.
Default: 1.