EntityLoadByPK()
Loads and returns an array of objects for given primary key.
EntityLoadByPK( name=string, id=any, unique=boolean );
Returns: any
Argument | Description |
---|---|
name
string,
required
|
Name of the entity to be loaded. |
id
any,
required
|
The primary key value of the entity that must be loaded |
Unimplemented Argument(s)
Examples
There are currently no examples for this function.
See also
- ORM
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)