Miscellaneous
properties()
Signature
Section titled “Signature”properties() — returns any
Description
Section titled “Description”Returns a structure of all the properties with their names as keys and the values of the property as values.
Examples
Section titled “Examples”properties() <!--- Get a structure of all the properties for an object --->
<cfset user = model("user").findByKey(1)>
<cfset props = user.properties()>