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

hasOrderedToManyRelationship(forKey:)

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

Declaration 宣言

func hasOrderedToManyRelationship(forKey key: String) -> Bool

Parameters パラメータ

key

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

Return Value 戻り値

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

See Also 参照

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