ParameterInfo Properties
Defines a parameter to pass to a custom function.Name | Description |
---|---|
Attributes | Gets or sets the parameter attribute that specifies whether parameter is required and its cardinality. |
ConvertEmptyValueToZero | Gets or sets whether a parameter with an empty value is converted to zero when the parameter is evaluated. |
Type | Gets or sets the expected parameter type. |
See Also