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