Returns a Boolean value indicating whether the described class has an ordered to-many relationship identified by the specified key.
Original signature is '- (BOOL)hasOrderedToManyRelationshipForKey:(NSString *)key'
Available in Mac OS X v10.5 and later.


- key (NSString)
- The identifying key for a property of the receiver.

YES if the described class has an ordered to-many relationship identified by the specified key; otherwise, NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)