getRelatedLinks method

Returns an array of SDMODataRelatedLink objects.

Syntax

- ( NSArray *const ) getRelatedLinks

Usage

The links are absolute links and the targetCollection property of the SDMODataRelatedLink class defines the name of the collection of the related data. When the data is downloaded, use this collection name to retrieve its entitySchema and pass that schema to the data parser along with the downloaded data.