These constants specify the possible result types a fetch request can return.
Available in Mac OS X v10.5 and later.
| C# | Visual Basic | Visual C++ |
public enum NSFetchRequestResultType
Public Enumeration NSFetchRequestResultType
public enum class NSFetchRequestResultType
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)