Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpfIsVolatileInstance (instance   : GENERIC)
                                isVolatile : LOGICAL;
                

The xpfIsVolatileInstance function checks if the specified instance is a volatile instance. Volatile instances are created by the EDMexpressVM  as result of reading a Derive attribute, invoking an EDMquery function or running other ?programs? in EDMexpressVM.
Volatile instances are never persistent in an EDMdatabase.
In this operation an instance means both entity instance and aggregate instance.
This function is equivalent to the EDMinterface function edmiIsVolatileInstance.

Arguments

...

TypeNameComment
GENERICinstancecomments

Return Value

...

 

TypeNameComment
LOGICALisVolatilecomments

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"