LinkInformation
This page provides generated reference documentation for the LinkInformation data model.
Speichert den Tabellennamen sowie den zugehörigen Primärschlüssel und einen Fremdschlüssel zu einer anderen Tabelle.
Es ersetzt das Stringarray "primaryFieldLinks" des FrameDataModels. Dieses Array lieferte die Tabellen und Spalten auf denen der Frame arbeitet. Die Reihenfolge des Arrays war Tabellenname, Spaltenname, Tabellenname...
Overview
| Property | Summary |
|---|---|
| foreignKey | The foreign key |
| isUIDTable | This will automatically insert a new UID in the primary key field, whenever a new dataset is created. |
| primaryKey | The primary key of the table |
| readonly | This will be a read only table |
| tableName | The table name that should be linked |
foreignKey
Type: String
The foreign key
isUIDTable
Type: Boolean
This will automatically insert a new UID in the primary key field, whenever a new dataset is created.
primaryKey
Type: String
The primary key of the table
readonly
Type: Boolean
This will be a read only table
tableName
Type: String
The table name that should be linked