EntityLoadByExample()
Loads and returns an array of objects that match the sample entity.
entityLoadByExample(sampleEntity,[unique])
EntityLoadByExample( sampleEntity=object, unique=boolean );
Returns: any
Examples
EntityLoadByExample(obj,true);
See also
- ORM
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)