NSPersistentStoreRequestType Enum

Definition

Constants defining the types of a fetch request.

public enum NSPersistentStoreRequestType
type NSPersistentStoreRequestType = 
Inheritance
NSPersistentStoreRequestType

Fields

BatchDelete 7

Indicates that the fetch request was for a batch delete.

BatchUpdate 6

Indicates that the fetch request was for a batch update.

Fetch 1

Indicates that the fetch request was for retrieving objects.

Save 2

Indicates that the fetch request was to save managed objects.

Applies to