Whatever message this page gives is out now! Go check it out!
ORMEvictEntity(entityname, primarykey)Parameter | Description |
entityname | Entity name of the persistent CFC |
primarykey | Primary key value of the component |
<cfset ORMEvictEntity("CArtists")><cfset ORMEvictEntity("CArtists", 1)>