company logo

PropertyDefinition :: isTemporaryCollection - Does property define a temporary collection?

The function returns, whether the collection has been defined as temporary collection or temporary collection ( true ) or not ( false ). In contrast to transient collections, temporary collections allow creating instances.

When the function is called with an invalid property definition, it throws an exception.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false .

Implementation details

bool PropertyDefinition  :: isTemporaryCollection (  )