EntityLoadByPK

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

ORM functions

Function Syntax

entityLoadByPK( entityName ,id)

Parameters

Parameter

Description

entity name

Name of the entity to be loaded.

id

Primary key id

See Also

EntityLoadEntityReloadEntityLoadByExampleEntityDeleteColdFusion ORM chapter in Developing ColdFusion Applications

History

ColdFusion 9: Added this function.

Example

<cfscript>
art = EntityLoadByPK("Art", 1);
writedump(art);
</cfscript>

 

 Adobe

Get help faster and easier

New user?

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX 2024

Adobe MAX
The Creativity Conference

Oct 14–16 Miami Beach and online

Adobe MAX

The Creativity Conference

Oct 14–16 Miami Beach and online