/
The ISKINDOF operator
The ISKINDOF operator
SYNTAX:
Ā
rel_op_extended = rel_op | IN | LIKE | IS | ISKINDOF.
The EDMexpressXļļ defines the ISKIND operator. It is used to determine if a particular instance is of a specific entity type or one of the subtypes of the given entity . The ISKINDOF operator returns a Boolean value.
When an instance can be one of many types, the ISKINDOF operator has to be used for these possible types until TRUE is returned.
E.g.(anInstance ISKINDOF Person will match when (anInstance IS Man
and Man is a subtype of Person.
, multiple selections available,
Related content
xpxIsSubtypeOfBN
xpxIsSubtypeOfBN
More like this
sdaiIsSubtypeOf
sdaiIsSubtypeOf
More like this
edmiGetSubtypes
edmiGetSubtypes
More like this
xpfIsKindOfBN
xpfIsKindOfBN
More like this
xpfIsSubtypeOfBN
xpfIsSubtypeOfBN
More like this