Loading...
Checks if the given entityName and id exists in the database
This function returns boolean
if( ormService.exists("Account",123) ){ // do something }
Key
Type
Required
Default
Description
entityName
any
Yes
---
id