...
Code Block | ||||
---|---|---|---|---|
| ||||
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.
This function is equivalent to the EDMinterface function sdaiIsSubtypeOfBN
Arguments
...
Type | Name | Comment |
STRING | schemaName | The name of the schema in the EDMdatabase that holds the supertype ENTITY |
STRING | subtypeEntityName | The name of the subtype ENTITY |
STRING | supertypeEntityName | The name of the supertype ENTITY |
BOOLEAN | isSubtype | RUE 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
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|