4D v19dataClassAttribute.kind | 
            |||||||||||||||||||||||||||||||||||||||||||||||
| 
                 
                
 | 
                
			
                    
                         
    4D v19
 
dataClassAttribute.kind 
                                
                                
        
 | 
                ||||||||||||||||||||||||||||||||||||||||||||||
| Paramètre | Type | Description | ||||||
| dataClassAttribute.kind | Chaîne | 
             
         | 
        Catégorie de l'attribut | |||||
A propriedade dataClassAttribute.kind retorna a categoria do atributo. O valor devolvido pode ser um dos seguintes:
Dada a tabela abaixo e relação:

 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
									
Ajouter un commentaire