xpfIsSubtypeOfBN

FUNCTION xpfIsSubtypeOfBN (schemaName           : STRING;
                           subtypeEntityName    : STRING;
                           supertypeEntityName  : STRING)
                           isSubtype            : BOOLEAN;
                

The xpfIsSubtypeOfBN function returns TRUE in the isSubtype argument if the specified entity subtypeEntityName is a subtype of the specified supertypeEntityName in the specified Express schema schemaName, else FALSE is returned.

Arguments


TypeNameComment
STRINGschemaNamecomments
STRINGsubtypeEntityName 
STRINGsupertypeEntityName 

Return Value


 

TypeNameComment
BOOLEANisSubtypecomments

Options


 

Example


<Missing Example>

 

See also

Filter by label

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

Â