Creates a new instance of the persistent CFC with the entity name that you provide.
entityNew(entityName [,properties [,ignoreExtras]])
→ returns any
false
Use entityNew to get a new instance of an Employee entity.
var employee = entityNew("Employee");
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.