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: DseAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic ICollection<string> MonotonicOn { get; }
Property Value
Type:
ICollectionString
See Also