Skip to content
Jorge Reyes edited this page May 29, 2015 · 3 revisions

Returns the table name of the passed in entity

###Returns

  • This function returns string

###Arguments

Key Type Required Default Description
entityName string Yes ---

###Examples

var persistedTable = ormService.getTableName( "Category" );
Clone this wiki locally