Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxIsSubtypeOfBN(schemaName, subtypeEntityName, 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.
 
This function is equivalent to the EDMinterface function sdaiIsSubtypeOfBN

  • No labels