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

collection

The collection of expressions in an aggregate expression, or the collection element of a subquery expression. ある集計式の中の式からなるコレクション、またはあるサブクエリ式のコレクション要素。

Declaration 宣言

@property(readonly, retain) id collection;

Discussion 議論

Accessing this property raises an exception if it is not applicable to the expression. このプロパティにアクセスすることは、それがこの式に適用可能でないならば、例外を引き起こします。

See Also 参照

Getting Information About an Expression 式についての情報を取得する