SortOperator.Key Property
Gets or sets the expression used to calculate the key value for a feature.
Syntax
public System.String Key { get; set; }
Property Value
Default: ""
The expression used to calculate the key value for a feature.
Remarks
The expression used to calculate the key value for a feature, see Expression Syntax for more information. The expression may use both attributes from the feature and update attributes from the view.
If an expression is not specified, the operator will pass along features in the same order they arrive – no sorting will be done. This can be useful if you only wish to reverse the order of the features, see ReverseOrder.
Platforms
Windows, Linux, Android