company logo

PropertyDefinition :: isTransientCollection - Does property define a transient collection?

The function returns, whether the property defines a transient collection ( true ) or not ( false ). In contrast to temporary collections, transient collections do not allow creating new 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  :: isTransientCollection (  )