Bagikan melalui


SearchSortOrder Struct

Definition

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

SearchSortOrder(String)

Initializes a new instance of SearchSortOrder.

Properties

Ascend

Use ascending order for sorting.

Descend

Use descending order for sorting.

Methods

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

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.

Applies to