views:

180

answers:

0

Is it possible to create sqlite index based on "multiple fields" using core data?

In my present sqlite based schema, I have an index based on two fields, name and state. How do I create similar index using core data?