OMCLocationDeviceContainerQueryOrderByAttributeType Constants Reference
| Declared in | OMCLocationDeviceContainerQuery.h | 
|---|---|
| References | -[OMCLocationDeviceContainerQuery orderByAttribute] | 
OMCLocationDeviceContainerQueryOrderByAttributeType
Order-by attribute (ascending or descending). Used in conjunction with the order-by order, which specifies the attribute by which the query result’s items will be sorted. By default, the order-by attribute is unspecified and the query result’s items are returned unsorted.
Definition
typedef NS_ENUM(NSUInteger, OMCLocationDeviceContainerQueryOrderByAttributeType ) {
                            
                               OMCLocationDeviceContainerQueryOrderByAttributeTypeNone,
                            
                               OMCLocationDeviceContainerQueryOrderByAttributeTypeName,
                            
                               OMCLocationDeviceContainerQueryOrderByAttributeTypeLabel,
                            
                               OMCLocationDeviceContainerQueryOrderByAttributeTypeCreatedOn,
                            
                               OMCLocationDeviceContainerQueryOrderByAttributeTypeModifiedOn,
                            
                            };
                    
                    Constants
- OMCLocationDeviceContainerQueryOrderByAttributeTypeNone
- 
No order-by attribute is specified. The query result's items will be returned unsorted.Declared In OMCLocationDeviceContainerQuery.h.
- OMCLocationDeviceContainerQueryOrderByAttributeTypeName
- 
Name order-by attribute. The query result's items will be sorted by the items' names.Declared In OMCLocationDeviceContainerQuery.h.
- OMCLocationDeviceContainerQueryOrderByAttributeTypeLabel
- 
Label order-by attribute. The query result's items will be sorted by the items' labels.Declared In OMCLocationDeviceContainerQuery.h.
- OMCLocationDeviceContainerQueryOrderByAttributeTypeCreatedOn
- 
Created-on order-by attribute. The query result's items will be sorted by the items' created-on dates.Declared In OMCLocationDeviceContainerQuery.h.
- OMCLocationDeviceContainerQueryOrderByAttributeTypeModifiedOn
- 
Modified-on order-by attribute. The query result's items will be sorted by the items' modified-on dates.Declared In OMCLocationDeviceContainerQuery.h.
Declared In
OMCLocationDeviceContainerQuery.h