FunctionMetadataMonotonicOn Property |
The argument names that the function is monotonic on.
If Monotonic is true, this will return all argument names.
Otherwise, this will return either one argument or an empty collection.
Namespace:
Dse
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntax public ICollection<string> MonotonicOn { get; }
Property Value
Type:
ICollectionStringSee Also