OMCLocationDeviceQueryOrderByAttributeType Constants Reference
| Declared in | OMCLocationDeviceQuery.h | 
|---|---|
| References | -[OMCLocationDeviceQuery orderByAttribute] | 
OMCLocationDeviceQueryOrderByAttributeType
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, OMCLocationDeviceQueryOrderByAttributeType ) {
                            
                               OMCLocationDeviceQueryOrderByAttributeTypeNone,
                            
                               OMCLocationDeviceQueryOrderByAttributeTypeName,
                            
                               OMCLocationDeviceQueryOrderByAttributeTypeProtocol,
                            
                               OMCLocationDeviceQueryOrderByAttributeTypeCreatedOn,
                            
                               OMCLocationDeviceQueryOrderByAttributeTypeModifiedOn,
                            
                            };
                    
                    Constants
- OMCLocationDeviceQueryOrderByAttributeTypeNone
- 
No order-by attribute is specified. The query result's items will be returned unsorted.Declared In OMCLocationDeviceQuery.h.
- OMCLocationDeviceQueryOrderByAttributeTypeName
- 
Name order-by attribute. The query result's items will be sorted by the items' names.Declared In OMCLocationDeviceQuery.h.
- OMCLocationDeviceQueryOrderByAttributeTypeProtocol
- 
Protocol order-by attribute. The query result's items will be sorted by the items' protocols.Declared In OMCLocationDeviceQuery.h.
- OMCLocationDeviceQueryOrderByAttributeTypeCreatedOn
- 
Created-on order-by attribute. The query result's items will be sorted by the items' created-on dates.Declared In OMCLocationDeviceQuery.h.
- OMCLocationDeviceQueryOrderByAttributeTypeModifiedOn
- 
Modified-on order-by attribute. The query result's items will be sorted by the items' modified-on dates.Declared In OMCLocationDeviceQuery.h.
Declared In
OMCLocationDeviceQuery.h