LCRelation
Objective-C
@interface LCRelation : NSObject
Swift
class LCRelation : NSObject
Undocumented
-
Undocumented
Declaration
Objective-C
@property (nonatomic, copy, nullable) NSString *targetClass
Swift
var targetClass: String? { get set }
-
Undocumented
-
A LCQuery that can be used to get parent objects in this relation.
Declaration
Parameters
parentClassName
parent Class Name
relationKey
relation Key
child
child object
Return Value
the Query