xpxIsSubtypeOfBN

FUNCTION xpxIsSubtypeOfBN(schemaName          : STRING; 
                          subtypeEntityName   : STRING;
                          supertypeEntityName : STRING;
                          VAR isSubtype       : BOOLEAN)
                          status              : INTEGER;

The xpxIsSubtypeOfBN 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
STRINGschemaNameThe name of the schema in the EDMdatabase that holds the supertype  ENTITY
STRINGsubtypeEntityNameThe name of the subtype ENTITY
STRINGsupertypeEntityNameThe name of the supertype ENTITY
BOOLEANisSubtypeRUE in the isSubtype argument if the specified entity subtypeEntityName is a subtype of the specified supertypeEntityName in the specified Express schema schemaName, else FALSE

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


 

Example


<Missing Example>

 

See also

Filter by label

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