Contents

includePendingChanges

A Boolean value that indicates whether, when the fetch runs, it matches against currently unsaved changes in the model context.

Declaration

var includePendingChanges: Bool

Discussion

Set this property’s value to false to ignore any unsaved changes in the model context and match against a model’s persisted state instead.

The default value is true.

See Also

Constraining the fetch