Instance Property インスタンスプロパティ

resultCount

The number of results returned by the result group. 結果グループによって返される結果の数。

Declaration 宣言

var resultCount: Int { get }

Discussion 議論

For performance reasons, you should use this property rather than checking the count property on results. 性能上の理由のために、あなたはこのプロパティを使うべきです、countプロパティをresults上で確認するのではなく。

See Also 参照

Getting Query Results 照会結果を取得する