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 |
|---|---|
| tableName | The table name that should be linked |
| primaryKey | The primary key of the table |
| foreignKey | The foreign key |
| isUIDTable | This will automatically insert a new UID in the primary key field, whenever a new dataset is created. |
| readonly | This will be a read only table |
tableName
Type: String
The table name that should be linked
primaryKey
Type: String
The primary key of the table
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.
readonly
Type: Boolean
This will be a read only table