Click or drag to resize

ValueCacheEnum Fields

The ConfigurationCompilerPlugInSingleRowFunctionValueCacheEnum type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCONFIGURED
Causes the runtimeto follow the runtime-wide policy as configured for user-defined functions.
Public fieldStatic memberDISABLED
The default, the result of a single-row function is always computed anew.
Public fieldStatic memberENABLED
Causes the runtimeto not actually invoke the single-row function and instead return a cached precomputed value when all parameters are constants or there are no parameters.
Public fieldvalue__
Top
See Also