Contents

results

An array containing the result group’s result objects.

Declaration

var results: [Any] { get }

Discussion

The results array is a proxy object that is primarily intended for use with Cocoa bindings. While it is possible to copy the proxy array to get a “snapshot” of the complete current query results, it is generally not recommended due to performance and memory issues. To access individual result array elements you should instead use the resultCount property and the result(at:) method.

See Also

Getting Query Results