* Get the names of identity properties (primary keys).
()
| 442 | * Get the names of identity properties (primary keys). |
| 443 | */ |
| 444 | static getIdProperties(): string[] { |
| 445 | return this.definition.idProperties(); |
| 446 | } |
| 447 | |
| 448 | /** |
| 449 | * Get the identity value for a given entity instance or entity data object. |
no test coverage detected