coldfusion Variables

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Parameters

AttributeDescription
name(Required) Name of the parameter/variable.
default(Optional) Value to set parameter to if it does not exist.
max(Optional) The maximum valid value; used only for range validation.
min(Optional) The minimum valid value; used only for range validation.
pattern(Optional) A JavaScript regular expression that the parameter must match; used only for regex or regular_expression validation.
type(Optional) The valid format for the data.


Got any coldfusion Question?