company logo

PropertyDefinition :: isTransientReference - Does property define a transient reference?

The property returns, whether the property is defined as transient reference ( true ) or not ( false ). Transient references can be defined in the data model as reference in a complex data type. Usually, transient references are set/filled by the application or by defining a data source.

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  :: isTransientReference (  )