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:
Cassandra
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax public bool Deterministic { get; }
Property Value
Type:
BooleanSee Also