ORMEvictCollection()
This will remove all the entries with the specified relation/collection name in the specified component.
ORMEvictCollection( entityName=String, collectionName=String, primaryKey=String );
Returns: void
Argument | Description |
---|---|
entityName
String,
required
|
|
collectionName
String,
required
|
|
primaryKey
String,
optional
|
Examples
There are currently no examples for this function.
See also
- ORM
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)