Click or drag to resize

PostAqlFunctionBody Properties

The PostAqlFunctionBody type exposes the following members.

Properties
  NameDescription
Public propertyCode
A string representation of the function body.
Public propertyIsDeterministic
An optional boolean value to indicate whether the function results are fully deterministic (function return value solely depends on the input value and return value is the same for repeated calls with same input). This attribute is currently not used but may be used later for optimizations.
Public propertyName
The fully qualified name of the user function.
Top
See Also