how to create a auto-incramented attribute in xcode managed object model
Posted
by Mausimo
on Stack Overflow
See other posts from Stack Overflow
or by Mausimo
Published on 2010-06-07T21:24:29Z
Indexed on
2010/06/07
21:32 UTC
Read the original article
Hit count: 191
Hey, what i want to do is to make a int that will be the ID of the entity and auto increment itself whenever a new entity is added (just like a SQL identity property). Is this possible? i tried using indexed (checked on attribute) however there is no description to what indexed even does.
© Stack Overflow or respective owner