4D v19dataClassAttribute.kind | 
            |||||||||||||||||||||||||||||||||||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v19
 
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 v19)
	
	
	
	4D Programmiersprache ( 4D v19.1)
Fehler melden