MonobjcMonobjc Documented Class Library
NSFetchRequestResultType Enumeration
NamespacesMonobjc.CoreDataNSFetchRequestResultType

These constants specify the possible result types a fetch request can return.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSFetchRequestResultType
Public Enumeration NSFetchRequestResultType
public enum class NSFetchRequestResultType
Members
MemberDescription
NSManagedObjectResultType

Specifies that the request returns managed objects.

Available in Mac OS X v10.5 and later.


NSManagedObjectIDResultType

Specifies that the request returns managed object IDs.

Available in Mac OS X v10.5 and later.


NSDictionaryResultType

Specifies that the request returns dictionaries.

See also includesPendingChanges and setPropertiesToFetch:.

Available in Mac OS X v10.6 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

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