Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 642 Bytes

tablemapping.md

File metadata and controls

15 lines (10 loc) · 642 Bytes

'TableMapping' object (database-driven)

The TableMapping object defines one or more related table identifier mappings.


Properties

The TableMapping object supports a number of properties that control the generated code output. The following properties with a bold name are those that are more typically used (considered more important).

Property Description
name The name of of the existing column that requires identifier mapping. [Mandatory]
schema The schema name of the related table.
† Defaults to the owning (parent) table schema.
table The name of the related table. [Mandatory]