You are viewing documentation for v1.0.x. Change

propertyNames()

Description

Returns a list of property names ordered by their respective column's ordinal position in the database table and with eventual calculated properties at the end.

Function Syntax

propertyNames()

Parameters

None.

Examples

<!--- Get a list of the property names in use in the user model --->
<cfset propNames = model("user").propertyNames()>