Click or drag to resize

AqlFunctionResult Properties

The AqlFunctionResult type exposes the following members.

Properties
  NameDescription
Public propertyCode
A string representation of the function body.
Public propertyIsDeterministic
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).
Public propertyName
The fully qualified name of the user function.
Top
See Also