我正在使用kartik gridview,并且我想使用joinwith多个表来显示结果页面。下面我使用select语句来获取输出,我需要在选择查询的索引页(以粗体突出显示)中显示
self.query = [[MetadataQuery alloc] init];
self.query.sortDescriptors = @[[[NSSortDescriptor alloc] initWithKey:(id)kMDItemFSName ascending:YES]];
self.query.predicate = SearchPredicateForType(type);
self.query.delegate = self;
self.query.searchScopes = @[_searchURL.absoluteString];
self.query.notificationBatchingInterval = 10.0;
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(metadataQueryDidFinishGathering_Notification:) name:NSMetadataQueryDidFinishGatheringNotification object:self.query];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(metadataQueryDidUpdate_Notification:) name:NSMetadataQueryDidUpdateNotification object:self.query];
我的查询:
[self.query disableUpdates];
[self.query stopQuery];
答案 0 :(得分:0)
要对EmpDetails建模,请添加其他属性名称,分区名称,gpa_no,gpa_sum_insured和家伙_共享。 对于搜索和排序,建议创建扩展模型EmpDetailsSearch。