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.
Â