ORMEvictEntity()

This will remove all the entries for the specified component name from the entity cache.

ORMEvictEntity( entityName=String, primaryKey=String );

Returns: void

Argument Description
entityName
String, required

Entity name

primaryKey
String, optional

Primary key value of the component

Examples

There are currently no examples for this function.

See also