Re: FetchRequests saving.
Re: FetchRequests saving.
- Subject: Re: FetchRequests saving.
- From: mmalcolm crawford <email@hidden>
- Date: Fri, 26 Aug 2005 08:13:04 -0700
On Aug 26, 2005, at 4:35 AM, Apparao wrote:
I am newbie to CoreData. According to my knowledge fetchRequests
are useful for fetching data from store.
Is it possible to save fetchRequests directly in to Store?
You could archive the request and add it to the store's metadata (see
<http://developer.apple.com/documentation/Cocoa/Conceptual/
NSPersistentDocumentTutorial/index.html> for an example of setting
metadata), however it's more common to add fetch requests to the
managed object model.
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden