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