Click or drag to resize
AggregateMetadataDeterministic Property
Indicates whether or not this aggregate is deterministic. This means that given a particular input, the aggregate 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