Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 639 Bytes

joinmapping.md

File metadata and controls

15 lines (10 loc) · 639 Bytes

'JoinMapping' object (database-driven)

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


Properties

The JoinMapping 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]