Returns the table name of the passed in entity
This function returns string
Key
Type
Required
Default
Description
entityName
string
Yes
---
var persistedTable = ormService.getTableName( "Category" );
Last updated 7 years ago
Was this helpful?