Deletes the record from the database for the specified entity. Depending on the cascade attribute specified in the mapping, it deletes the associated objects also.
EntityDelete(entity) |
ColdFusion 9: Added this function.
Parameter |
Description |
|---|---|
entity |
Name of the entity being deleted. |
<cfset employee = EntityLoad('employee', 100, true)>
|
Sign in to your account