4D v18 R2dataClassAttribute.kind |
|||||||||||||||||||||||||||||||||||||||||||||||
|
4D v18 R2
dataClassAttribute.kind
|
Parameter | Typ | Beschreibung | ||||||
dataClassAttribute.kind | String |
![]() |
Art des Attributs | |||||
Die Eigenschaft dataClassAttribute.kind gibt die Kategorie des Attributs zurück. Der zurückgegebene Wert kann folgendes sein:
Gegeben sind folgende Tabelle und Verknüpfung:
C_TEXT($attKind)
$attKind:=ds.Employee.lastname.kind //$attKind="storage"
$attKind:=ds.Employee.manager.kind //$attKind="relatedEntity"
$attKind:=ds.Employee.directReports.kind //$attKind="relatedEntities"
dataClassAttribute.name
dataClassAttribute.relatedDataClass
dataClassAttribute.type
Produkt: 4D
Thema: ORDA - DataClassAttribute
Erstellt: 4D v17
4D Programmiersprache ( 4D v17)
4D Programmiersprache ( 4D v17.1)
4D Programmiersprache ( 4D v17.2)
4D Programmiersprache ( 4D v17.3)
4D Programmiersprache ( 4D v18 R2)
4D Programmiersprache ( 4D v17.4)