Whatever message this page gives is out now! Go check it out!
ormevictcollection("<entity_name>", "<collection_name>", [primarykey])Parameter | Description |
entity name | Entity name of the persistent CFC. |
collection name | Name of the collection in the component |
primary key | Primary key of the collection or association data of the entity |
<cfset ORMEvictCollection("CArtists", "arts")>