For the complete documentation index, see llms.txt. This page is also available as Markdown.

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?