# 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

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