Posledná aktualizácia dňa
11. 1. 2022
|
Vzťahuje sa tiež na ColdFusion
Description
Loads and returns an array of objects for the specified primary key. Use this function to avoid specifying the boolean parameter that you must specify with the EntityLoad() function.
Returns
object
Category
Function Syntax
entityLoadByPK( entityName ,id) |
Parameters
Parameter |
Description |
---|---|
entity name |
Name of the entity to be loaded. |
id |
Primary key id |
See Also
EntityLoad, EntityReload, EntityLoadByExample, EntityDelete, ColdFusion ORM chapter in Developing ColdFusion Applications
History
ColdFusion 9: Added this function.
Example
<cfscript>
|