xpfExists


FUNCTION xpfExist (value       : GENERIC)  
                   valueExsist : BOOLEAN;

This function returns FALSE if the actual argument "value" is INDETERMINATE (question), else it returns TRUE.  In EDM all Inverse attribute is implemented as an aggregate. Hence, all Inverse attributes of an Entity are created when the actual object (entity instance) is created. The xpfExists() function will return TRUE when the actual argument "V" is an empty aggregate (the actual argument "V" is not INDETERMINATE) owned by a "simple Inverse attribute".

Arguments


TypeNameComment
GENERICvaluecomments

Return Value


 

TypeNameComment
BOOLEANvalueExsistcomments

Options


 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.

Â