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

Entity name

collectionName
String, required

Name of the collection in the component

primaryKey
String, optional

Primary key of the collection or association data of the entity

Examples

There are currently no examples for this function.

See also