Enum Deterministic

A caracteristic of user-defined functions or aggregates.

enum Deterministic : int { ... }

Enum members

NameDescription
no The returned value can vary even if the function is called with the same parameters.
yes The returned value is the same if the function is called with the same parameters.