PriorityQueuePriority, ValueSortOrderAscending Property |
Set or get sorting order, ascending if true or descending if false.
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax public virtual bool SortOrderAscending { get; set; }
Public Overridable Property SortOrderAscending As Boolean
Get
Set
public:
virtual property bool SortOrderAscending {
bool get ();
void set (bool value);
}
abstract SortOrderAscending : bool with get, set
override SortOrderAscending : bool with get, set
Property Value
Type:
BooleanSee Also