Skip to main content

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