Skip to main content
Version: 2025.1

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

PropertySummary
foreignKeyThe foreign key
isUIDTableThis will automatically insert a new UID in the primary key field, whenever a new dataset is created.
primaryKeyThe primary key of the table
readonlyThis will be a read only table
tableNameThe 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