...
Example
...
Code Block | ||
---|---|---|
| ||
<Missing Example>IF xpfClassifyInstance(inst) = XPXPERSISTENT_INSTANCE ~| XPXDATA_MODEL THEN -- execute code related to persistent instances from a data model ...; END_IF; IF (xpfClassifyInstance(inst) ~& XPXLIST_AGGREGATE) = XPXLIST_AGGREGATE THEN -- execute code related to list from any type of models ...; END_IF; |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|
...