YapDatabaseRelationshipConnection
@interface YapDatabaseRelationshipConnection : YapDatabaseExtensionConnection
Welcome to YapDatabase!
The project page has a wealth of documentation if you have any questions. https://github.com/yapstudios/YapDatabase
If you’re new to the project you may want to visit the wiki. https://github.com/yapstudios/YapDatabase/wiki
The YapDatabaseRelationship extension allow you to create relationships between objects, and configure automatic deletion rules.
For tons of information about this extension, see the wiki article: https://github.com/yapstudios/YapDatabase/wiki/Relationships
-
Returns the parent view instance.
Declaration
Objective-C
@property (readonly, strong, nonatomic) YapDatabaseRelationship *_Nonnull relationship;
Swift
var relationship: YapDatabaseRelationship { get }