Back
Name | Type | Required | Default | Description |
---|---|---|---|---|
name | string | Yes | The name that you want to use for the column or SQL function result in the CFML code. | |
column | string | No | The name of the column in the database table to map the property to. | |
sql | string | No | An SQL expression to use to calculate the property value. | |
label | string | No | A custom label for this property to be referenced in the interface and error messages. | |
defaultValue | string | No | A default value for this property. | |
select | boolean | No | true | Whether to include this property by default in SELECT statements |
dataType | string | No | char | Specify the column dataType for this property |
automaticValidations | boolean | No | Enable / disable automatic validations for this property. |