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