CharlinFeng / CoreModel

Replace CoreData
726 stars 166 forks source link

selectWhere: 这个查询方法怎么用呢 #21

Open lyc59621 opened 8 years ago

studyBully commented 8 years ago

[PersonModel selectWhere:@"your Condition" groupBy:@"查询出的数据按照什么字段进行分组" orderBy:@"按照什么字段排序" limit]

lyc59621 commented 8 years ago

谢了