This will remove all the entries with the specified relation/collection name in the specified component.
ormEvictCollection(entityName, collectionName [, primaryKey])
→ returns void
To evict all the association or collection data of collection arts
belonging to the component CArtists
<cfset ormEvictCollection("CArtists", "arts")>
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.