Overview
public string function getObjectByTable(
required string tableName
)
Returns the object name for a given database table name (reverse lookup)
Arguments
Name | Type | Required | Description |
---|
tableName | string | Yes | Name of the database table for which to return the object name |