getKeyValue

Get the unique identifier value for the passed in entity, or null if the instance is not in session

Returns

  • This function returns any

Arguments

Examples

var pkValue = ormService.getKeyValue( "User" );

Last updated