PriorityQueuePriority, ValueSortOrderAscending Property |
Set or get sorting order, ascending if true or descending if false.
Namespace:
VelocityDBExtensions.Spatial
Assembly:
VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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:
Boolean
See Also