MonobjcMonobjc Documented Class Library
IncludesPendingChanges Property
NamespacesMonobjc.CoreDataNSFetchRequestIncludesPendingChanges

Returns a Boolean value that indicates whether, when the fetch is executed it matches against currently unsaved changes in the managed object context.

Original signature is '- (BOOL)includesPendingChanges'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IncludesPendingChanges { get; set; }
Public Overridable Property IncludesPendingChanges As Boolean
	Get
	Set
public:
virtual property bool IncludesPendingChanges {
	bool get ();
	void set (bool value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)