4D v19

dataClassAttribute.kind

Home

 
4D v19
dataClassAttribute.kind

dataClassAttribute.kind 


 

   
Parameter Typ   Beschreibung
dataClassAttribute.kind   String in Art des Attributs

Die Eigenschaft dataClassAttribute.kind gibt die Kategorie des Attributs zurück. Der zurückgegebene Wert kann folgendes sein:

  • "storage": Skalares oder Speicherattribut , z.B. Attribut, das einen Wert speichert, nicht eine Referenz auf ein anderes Attribut
  • "relatedEntity": N -> 1 Verknüpfungsattribut (Referenz auf eine Entity)
  • "relatedEntities": 1 -> N Verknüpfungsattribut (Referenz auf eine Entity-Selection)

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"



Siehe auch 

dataClassAttribute.name
dataClassAttribute.relatedDataClass
dataClassAttribute.type

 
EIGENSCHAFTEN 

Produkt: 4D
Thema: ORDA - DataClassAttribute

 
GESCHICHTE 

Erstellt: 4D v17

 
ARTIKELVERWENDUNG

4D Programmiersprache ( 4D v19)
4D Programmiersprache ( 4D v19.1)