what are fetched properties? How do you create a fetched property?



what are fetched properties? How do you create a fetched property?..

Answer / Deep Ranjan Tiwari

"Fetched properties" are properties that return an array of managed objects based on a predicate. They allow you to perform complex queries without having to write custom fetch requests. To create a fetched property, define it in the entity definition file and set the attribute type to transformable or NSManagedObjectIDArrayType. The predicate is defined as the formula in the fetched property declaration.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

what is the difference between nonatomic & atomic

1 Answers  


What is the difference between atomic and nonatomic properties?

1 Answers  


How you can add frameworks in xcode project?

1 Answers  


What is bundle id?

1 Answers  


What is cocoa touch framework in ios?

1 Answers  


What is difference strong and weak reference ? Explain.

1 Answers  


 Explain retain counts

1 Answers  


How many bytes we can send to apple push notification server?

1 Answers  


What is thread in ios?

1 Answers  


Can we use ssl to encrypt the app communication?

1 Answers  


How do I get a call when my ipad rings?

1 Answers  


Tell me the hierarchy of uibutton.

1 Answers  


Categories