findWhere
Find one entity (or null if not found) according to a criteria structure ex: findWhere(entityName="Category", {category="Training"}), findWhere(entityName="Users",{age=40,retired=false});
Returns
This function returns any
Arguments
Key | Type | Required | Default | Description |
entityName | string | Yes | --- | |
criteria | struct | Yes | --- | A structure of criteria to filter on |
Examples
Last updated