$fkPart

( documentation for Telosys generator version 4.1.0 )


This object provides a part of Foreign Key for the current attribute


Example :
   
   #foreach( $fkPart in $attribute.fkParts )
    $fkPart.fkName : $fkPart.referencedEntityName / $fkPart.referencedAttributeName
   #end

Since : 3.3.0

Attributes and methods
.fkName : String

Returns the name of the Foreign Key

Since : 3.3.0

.referencedAttribute : AttributeInContext

Returns the ATTRIBUTE object referenced by the Foreign Key

Since : 4.1.0

.referencedAttributeName : String

Returns the name of the ATTRIBUTE referenced by the Foreign Key

Since : 3.3.0

.referencedEntity : EntityInContext

Returns the ENTITY object referenced by the Foreign Key

Since : 4.1.0

.referencedEntityName : String

Returns the name of the ENTITY referenced by the Foreign Key

Since : 3.3.0