Instance Method インスタンスメソッド

hasOrderedToManyRelationshipForKey:

Returns a Boolean value indicating whether the described class has an ordered to-many relationship identified by the specified key. あるブール値を返します、記述されたクラスがこの指定されたキーによって識別される順序付き対多関係を持つかどうかを指し示しています。

Declaration 宣言

- (BOOL)hasOrderedToManyRelationshipForKey:(NSString *)key;

Parameters パラメータ

key

The identifying key for a property of the receiver. レシーバのプロパティに対する識別キー。

Return Value 戻り値

YES if the described class has an ordered to-many relationship identified by the specified key; otherwise, NO. YES、もし記述されるクラスがこの指定されるキーによって識別される順序付き対多関係を持つならば;そうでなければ、NO

See Also 参照

Getting attribute and relationship information 属性およびリレーションシップ情報を取得する