Click or drag to resize
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.2.0
Syntax
C#
public bool Deterministic { get; }

Property Value

Type: Boolean
See Also