getBacklinks

abstract fun getBacklinks(propertyName: String): RealmResults<out DynamicRealmObject>

Returns a backlinks collection referenced by the property name as a RealmResults.

Return

the referencing objects as a RealmResults.

Parameters

propertyName

the name of the backlinks property to retrieve for.

Throws

if the class doesn't contain a field with the specific name, if trying to retrieve values for non backlinks properties.