SearchSortOrder Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Search sort order.
public readonly struct SearchSortOrder : IEquatable<Azure.Analytics.Purview.DataMap.SearchSortOrder>
type SearchSortOrder = struct
Public Structure SearchSortOrder
Implements IEquatable(Of SearchSortOrder)
- Inheritance
-
SearchSortOrder
- Implements
Constructors
| Name | Description |
|---|---|
| SearchSortOrder(String) |
Initializes a new instance of SearchSortOrder. |
Properties
| Name | Description |
|---|---|
| Ascend |
Use ascending order for sorting. |
| Descend |
Use descending order for sorting. |
Methods
| Name | Description |
|---|---|
| Equals(SearchSortOrder) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(SearchSortOrder, SearchSortOrder) |
Determines if two SearchSortOrder values are the same. |
| Implicit(String to SearchSortOrder) |
Converts a String to a SearchSortOrder. |
| Inequality(SearchSortOrder, SearchSortOrder) |
Determines if two SearchSortOrder values are not the same. |