Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 433 Bytes

File metadata and controls

19 lines (12 loc) · 433 Bytes

getEntityGivenName

Returns the entity name from a given entity object via session lookup or if new object via metadata lookup

Returns

  • This function returns string

Arguments

Key Type Required Default Description
entity any Yes ---

Examples

var name = ORMService.getEntityGivenName( entity );