OrderBy Enum
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.
Specifies enumeration that contains values of which a query are sorted.
[System.Runtime.InteropServices.Guid("335CB6A5-AF24-44c5-8815-2B203DECA538")]
public enum OrderBy
[<System.Runtime.InteropServices.Guid("335CB6A5-AF24-44c5-8815-2B203DECA538")>]
type OrderBy =
Public Enum OrderBy
- Inheritance
-
OrderBy
- Attributes
Fields
AttributeKey | 2 | Order by attribute key. |
AttributeName | 3 | Order by attribute name. |
Key | 0 | Order by key. |
Name | 1 | Order by name. |