4D v17.4

dataClassAttribute.relatedDataClass

Home

 
4D v17.4
dataClassAttribute.relatedDataClass

dataClassAttribute.relatedDataClass 


 

   
Parameter Type   Description
dataClassAttribute.relatedDataClass   String in Name of the related dataclass

Note: This property is only available with attributes of the "relatedEntity" or "relatedEntities" dataClassAttribute.kind property.

The dataClassAttribute.relatedDataClass property returns the name of the dataclass related to the attribute.

Example  

Given the following tables and relations:

 C_TEXT($relClass1;$relClassN)
 $relClass1:=ds.Employee.employer.relatedDataClass //$relClass1="Company"
 $relClassN:=ds.Employee.directReports.relatedDataClass //$relClassN="Employee"



See also 

dataClassAttribute.kind

 
PROPERTIES 

Product: 4D
Theme: ORDA - DataClassAttribute

 
HISTORY 

New
Created: 4D v17

 
ARTICLE USAGE

4D Language Reference ( 4D v17)
4D Language Reference ( 4D v17.1)
4D Language Reference ( 4D v17.2)
4D Language Reference ( 4D v17.3)
4D Language Reference ( 4D v17.4)