Inherits from SCDataFetchOptions : NSObject
Declared in SCCoreDataFetchOptions.h

Overview

SCCoreDataFetchOptions further extends the SCDataFetchOptions subclass to control how data is fetched from SCCoreDataStore.

Note: For more information on fetch options, check out the SCDataFetchOptions documentation.

Tasks

  •   orderAttributeName
    The name of the attribute that will be used to determine the fetch order of the objects. 
    
    property

Properties

orderAttributeName

The name of the attribute that will be used to determine the fetch order of the objects. 
@property (nonatomic, copy) NSString *orderAttributeName

Discussion

Note: This value is automatically set by the framework to the value in [SCEntityDefinition orderAttributeName], which makes you rarely need to set this value yourself.

Declared In

SCCoreDataFetchOptions.h