4D v18dataClassAttribute.kind | 
            |||||||||||||||||||||||||||||||||||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v18
 
dataClassAttribute.kind 
                                
                                
        
 | 
                ||||||||||||||||||||||||||||||||||||||||||||||
| Parameter | Type | Description | ||||||
| dataClassAttribute.kind | String | 
             
         | 
        Kind of the attribute | |||||
The dataClassAttribute.kind property returns the category of the attribute. Returned value can be one of the following:
Given the following table and relation:

 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
									
	Product:  4D
	Theme:  ORDA - DataClassAttribute
	
        
        
	
	Created:  4D v17
	4D Language Reference ( 4D v17)
	
	
	
	
	4D Language Reference ( 4D v17.1)
	
	4D Language Reference ( 4D v17.2)
	4D Language Reference ( 4D v18)
	4D Language Reference ( 4D v17.3)
	
	4D Language Reference ( 4D v17.4)
	
	
Add a comment