/
xpfIsSubtypeOfBN
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
Type | Name | Comment |
STRING | schemaName | comments |
STRING | subtypeEntityName | |
STRING | supertypeEntityName |
Return Value
Type | Name | Comment |
BOOLEAN | isSubtype | comments |
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.