getEntityGivenName
Returns
Arguments
Key
Type
Required
Default
Description
Examples
var name = ORMService.getEntityGivenName( entity );Last updated
Was this helpful?
Returns the entity name from a given entity object via session lookup or if new object via metadata lookup
This function returns string
entity
any
Yes
---
var name = ORMService.getEntityGivenName( entity );Last updated
Was this helpful?
Was this helpful?