getTableName

Returns the table name of the passed in entity

Returns

  • This function returns string

Arguments

Key
Type
Required
Default
Description

entity

string

Yes

---

Examples

var persistedTable = ormService.getTableName( "Category" );

Last updated

Was this helpful?