Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example

...

Code Block
languagecpp
<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)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"

...