Get the unique identifier value for the passed in entity, or null
if the instance is not in session
- This function returns any
Key | Type | Required | Default | Description |
---|---|---|---|---|
entity | string | Yes | --- | The entity to inspect for it's id |
var pkValue = ormService.getKeyValue( "User" );