ORMEvictCollection()

edit

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
edit

Entity name

collectionName
String, required
edit

Name of the collection in the component

primaryKey
String, optional
edit

Primary key of the collection or association data of the entity

Examples

edit

There are currently no examples for this function.

See also