FunctionMetadataDeterministic Property |
Indicates whether or not this function is deterministic. This means that given a particular input,
the function will always produce the same output.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.9.0
Syntax public bool Deterministic { get; }
Property Value
Type:
BooleanSee Also